Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 829 Bytes

File metadata and controls

34 lines (28 loc) · 829 Bytes

FastCommentsClient::CommentUserBadgeInfo

Properties

Name Type Description Notes
id String
type Integer
description String
display_label String [optional]
display_src String [optional]
background_color String [optional]
border_color String [optional]
text_color String [optional]
css_class String [optional]

Example

require 'fastcomments-client'

instance = FastCommentsClient::CommentUserBadgeInfo.new(
  id: null,
  type: null,
  description: null,
  display_label: null,
  display_src: null,
  background_color: null,
  border_color: null,
  text_color: null,
  css_class: null
)