Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 570 Bytes

File metadata and controls

26 lines (20 loc) · 570 Bytes

FastCommentsClient::VoteResponse

Properties

Name Type Description Notes
status String
vote_id String [optional]
is_verified Boolean [optional]
user VoteResponseUser [optional]
edit_key String [optional]

Example

require 'fastcomments-client'

instance = FastCommentsClient::VoteResponse.new(
  status: null,
  vote_id: null,
  is_verified: null,
  user: null,
  edit_key: null
)