Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 515 Bytes

File metadata and controls

26 lines (20 loc) · 515 Bytes

FastCommentsClient::CommentUserMentionInfo

Properties

Name Type Description Notes
id String
tag String
raw_tag String [optional]
type String [optional]
sent Boolean [optional]

Example

require 'fastcomments-client'

instance = FastCommentsClient::CommentUserMentionInfo.new(
  id: null,
  tag: null,
  raw_tag: null,
  type: null,
  sent: null
)