Skip to content

Latest commit

 

History

History
50 lines (44 loc) · 1.39 KB

File metadata and controls

50 lines (44 loc) · 1.39 KB

FastCommentsClient::GetUserInternalProfileResponseProfile

Properties

Name Type Description Notes
commenter_name String [optional]
first_comment_date Time [optional]
ip_hash String [optional]
country_flag String [optional]
country_code String [optional]
website_url String [optional]
bio String [optional]
karma Float [optional]
locale String [optional]
verified Boolean [optional]
avatar_src String [optional]
display_name String [optional]
username String [optional]
commenter_email String [optional]
email String [optional]
anon_user_id String [optional]
user_id String [optional]

Example

require 'fastcomments-client'

instance = FastCommentsClient::GetUserInternalProfileResponseProfile.new(
  commenter_name: null,
  first_comment_date: null,
  ip_hash: null,
  country_flag: null,
  country_code: null,
  website_url: null,
  bio: null,
  karma: null,
  locale: null,
  verified: null,
  avatar_src: null,
  display_name: null,
  username: null,
  commenter_email: null,
  email: null,
  anon_user_id: null,
  user_id: null
)