Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 445 Bytes

File metadata and controls

24 lines (18 loc) · 445 Bytes

FastCommentsClient::CommentUserHashTagInfo

Properties

Name Type Description Notes
id String
tag String
url String
retain Boolean [optional]

Example

require 'fastcomments-client'

instance = FastCommentsClient::CommentUserHashTagInfo.new(
  id: null,
  tag: null,
  url: null,
  retain: null
)