Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 813 Bytes

File metadata and controls

30 lines (24 loc) · 813 Bytes

FastCommentsClient::PublicFeedPostsResponse

Properties

Name Type Description Notes
status APIStatus
feed_posts Array<FeedPost>
user UserSessionInfo [optional]
url_id_ws String [optional]
user_id_ws String [optional]
tenant_id_ws String [optional]
my_reacts Hash<String, Hash<String, Boolean>> [optional]

Example

require 'fastcomments-client'

instance = FastCommentsClient::PublicFeedPostsResponse.new(
  status: null,
  feed_posts: null,
  user: null,
  url_id_ws: null,
  user_id_ws: null,
  tenant_id_ws: null,
  my_reacts: null
)