Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 788 Bytes

File metadata and controls

34 lines (28 loc) · 788 Bytes

FastCommentsClient::APIPage

Properties

Name Type Description Notes
is_closed Boolean [optional]
accessible_by_group_ids Array<String> [optional]
root_comment_count Integer
comment_count Integer
created_at Time
title String
url String [optional]
url_id String
id String

Example

require 'fastcomments-client'

instance = FastCommentsClient::APIPage.new(
  is_closed: null,
  accessible_by_group_ids: null,
  root_comment_count: null,
  comment_count: null,
  created_at: null,
  title: null,
  url: null,
  url_id: null,
  id: null
)