Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 418 Bytes

File metadata and controls

20 lines (14 loc) · 418 Bytes

FastCommentsClient::FeedPostsStatsResponse

Properties

Name Type Description Notes
status APIStatus
stats Hash<String, FeedPostStats>

Example

require 'fastcomments-client'

instance = FastCommentsClient::FeedPostsStatsResponse.new(
  status: null,
  stats: null
)