Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 402 Bytes

File metadata and controls

20 lines (14 loc) · 402 Bytes

FastCommentsClient::APIGetUserBadgeResponse

Properties

Name Type Description Notes
status APIStatus
user_badge UserBadge

Example

require 'fastcomments-client'

instance = FastCommentsClient::APIGetUserBadgeResponse.new(
  status: null,
  user_badge: null
)