Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 647 Bytes

File metadata and controls

24 lines (18 loc) · 647 Bytes

FastCommentsClient::GetVotesResponse

Properties

Name Type Description Notes
status APIStatus
applied_authorized_votes Array<PublicVote>
applied_anonymous_votes Array<PublicVote>
pending_votes Array<PublicVote>

Example

require 'fastcomments-client'

instance = FastCommentsClient::GetVotesResponse.new(
  status: null,
  applied_authorized_votes: null,
  applied_anonymous_votes: null,
  pending_votes: null
)