Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 496 Bytes

File metadata and controls

26 lines (20 loc) · 496 Bytes

FastCommentsClient::PublicPage

Properties

Name Type Description Notes
updated_at Integer
comment_count Integer
title String
url String
url_id String

Example

require 'fastcomments-client'

instance = FastCommentsClient::PublicPage.new(
  updated_at: null,
  comment_count: null,
  title: null,
  url: null,
  url_id: null
)