Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 406 Bytes

File metadata and controls

20 lines (14 loc) · 406 Bytes

FastCommentsClient::UserReactsResponse

Properties

Name Type Description Notes
status APIStatus
reacts Hash<String, Hash<String, Boolean>>

Example

require 'fastcomments-client'

instance = FastCommentsClient::UserReactsResponse.new(
  status: null,
  reacts: null
)