Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 477 Bytes

File metadata and controls

24 lines (18 loc) · 477 Bytes

FastCommentsClient::PageUserEntry

Properties

Name Type Description Notes
is_private Boolean [optional]
avatar_src String [optional]
display_name String
id String

Example

require 'fastcomments-client'

instance = FastCommentsClient::PageUserEntry.new(
  is_private: null,
  avatar_src: null,
  display_name: null,
  id: null
)