Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 742 Bytes

File metadata and controls

34 lines (28 loc) · 742 Bytes

FastCommentsClient::PubSubVote

Properties

Name Type Description Notes
_id String
tenant_id String
url_id String
url_id_raw String
comment_id String
user_id String [optional]
direction Integer
created_at Integer
verification_id String

Example

require 'fastcomments-client'

instance = FastCommentsClient::PubSubVote.new(
  _id: null,
  tenant_id: null,
  url_id: null,
  url_id_raw: null,
  comment_id: null,
  user_id: null,
  direction: null,
  created_at: null,
  verification_id: null
)