Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 477 Bytes

File metadata and controls

20 lines (14 loc) · 477 Bytes

FastCommentsClient::APIGetUserBadgeProgressListResponse

Properties

Name Type Description Notes
status APIStatus
user_badge_progresses Array<UserBadgeProgress>

Example

require 'fastcomments-client'

instance = FastCommentsClient::APIGetUserBadgeProgressListResponse.new(
  status: null,
  user_badge_progresses: null
)