Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 419 Bytes

File metadata and controls

20 lines (14 loc) · 419 Bytes

FastCommentsClient::APIGetUserBadgesResponse

Properties

Name Type Description Notes
status APIStatus
user_badges Array<UserBadge>

Example

require 'fastcomments-client'

instance = FastCommentsClient::APIGetUserBadgesResponse.new(
  status: null,
  user_badges: null
)