Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 392 Bytes

File metadata and controls

20 lines (14 loc) · 392 Bytes

FastCommentsClient::FeedPostStats

Properties

Name Type Description Notes
reacts Hash<String, Integer> [optional]
comment_count Integer [optional]

Example

require 'fastcomments-client'

instance = FastCommentsClient::FeedPostStats.new(
  reacts: null,
  comment_count: null
)