Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 407 Bytes

File metadata and controls

20 lines (14 loc) · 407 Bytes

FastCommentsClient::GetFeedPostsResponse

Properties

Name Type Description Notes
status APIStatus
feed_posts Array<FeedPost>

Example

require 'fastcomments-client'

instance = FastCommentsClient::GetFeedPostsResponse.new(
  status: null,
  feed_posts: null
)