Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 415 Bytes

File metadata and controls

20 lines (14 loc) · 415 Bytes

FastCommentsClient::GetUserManualBadgesResponse

Properties

Name Type Description Notes
badges Array<UserBadge>
status APIStatus

Example

require 'fastcomments-client'

instance = FastCommentsClient::GetUserManualBadgesResponse.new(
  badges: null,
  status: null
)