Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 396 Bytes

File metadata and controls

20 lines (14 loc) · 396 Bytes

FastCommentsClient::VoteDeleteResponse

Properties

Name Type Description Notes
status APIStatus
was_pending_vote Boolean [optional]

Example

require 'fastcomments-client'

instance = FastCommentsClient::VoteDeleteResponse.new(
  status: null,
  was_pending_vote: null
)