Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 371 Bytes

File metadata and controls

20 lines (14 loc) · 371 Bytes

FastCommentsClient::AdjustVotesResponse

Properties

Name Type Description Notes
status String
new_comment_votes Integer

Example

require 'fastcomments-client'

instance = FastCommentsClient::AdjustVotesResponse.new(
  status: null,
  new_comment_votes: null
)