Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 506 Bytes

File metadata and controls

22 lines (16 loc) · 506 Bytes

FastCommentsClient::GetPublicFeedPostsResponse

Properties

Name Type Description Notes
status APIStatus
feed_posts Array<FeedPost>
user UserSessionInfo [optional]

Example

require 'fastcomments-client'

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