Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 516 Bytes

File metadata and controls

26 lines (20 loc) · 516 Bytes

FastCommentsClient::UserSearchResult

Properties

Name Type Description Notes
id String
name String
display_name String [optional]
avatar_src String [optional]
type String

Example

require 'fastcomments-client'

instance = FastCommentsClient::UserSearchResult.new(
  id: null,
  name: null,
  display_name: null,
  avatar_src: null,
  type: null
)