Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 452 Bytes

File metadata and controls

20 lines (14 loc) · 452 Bytes

FastCommentsClient::APIGetUserBadgeProgressResponse

Properties

Name Type Description Notes
status APIStatus
user_badge_progress UserBadgeProgress

Example

require 'fastcomments-client'

instance = FastCommentsClient::APIGetUserBadgeProgressResponse.new(
  status: null,
  user_badge_progress: null
)