Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 432 Bytes

File metadata and controls

22 lines (16 loc) · 432 Bytes

FastCommentsClient::ReactFeedPostResponse

Properties

Name Type Description Notes
status APIStatus
react_type String
is_undo Boolean

Example

require 'fastcomments-client'

instance = FastCommentsClient::ReactFeedPostResponse.new(
  status: null,
  react_type: null,
  is_undo: null
)