Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 544 Bytes

File metadata and controls

28 lines (22 loc) · 544 Bytes

FastCommentsClient::PublicVote

Properties

Name Type Description Notes
id String
url_id String
comment_id String
user_id String
direction String
created_at Time

Example

require 'fastcomments-client'

instance = FastCommentsClient::PublicVote.new(
  id: null,
  url_id: null,
  comment_id: null,
  user_id: null,
  direction: null,
  created_at: null
)