Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 470 Bytes

File metadata and controls

24 lines (18 loc) · 470 Bytes

FastCommentsClient::VoteBodyParams

Properties

Name Type Description Notes
commenter_email String
commenter_name String
vote_dir String
url String

Example

require 'fastcomments-client'

instance = FastCommentsClient::VoteBodyParams.new(
  commenter_email: null,
  commenter_name: null,
  vote_dir: null,
  url: null
)