Class: GrowsurfRuby::Models::Campaign::ParticipantAnalyticsResponse::Ranks
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- GrowsurfRuby::Models::Campaign::ParticipantAnalyticsResponse::Ranks
- Defined in:
- lib/growsurf_ruby/models/campaign/participant_analytics_response.rb,
sig/growsurf_ruby/models/campaign/participant_analytics_response.rbs
Overview
Instance Attribute Summary collapse
- #monthly_rank ⇒ Integer?
- #prev_monthly_rank ⇒ Integer?
-
#rank ⇒ Integer?
All-time rank (1-indexed), or null when unranked.
Instance Method Summary collapse
- #initialize ⇒ Object constructor
- #to_hash ⇒ {
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
177 |
# File 'sig/growsurf_ruby/models/campaign/participant_analytics_response.rbs', line 177
def initialize: (
|
Instance Attribute Details
#monthly_rank ⇒ Integer?
183 |
# File 'lib/growsurf_ruby/models/campaign/participant_analytics_response.rb', line 183 optional :monthly_rank, Integer, api_name: :monthlyRank, nil?: true |
#prev_monthly_rank ⇒ Integer?
188 |
# File 'lib/growsurf_ruby/models/campaign/participant_analytics_response.rb', line 188 optional :prev_monthly_rank, Integer, api_name: :prevMonthlyRank, nil?: true |
#rank ⇒ Integer?
All-time rank (1-indexed), or null when unranked.
194 |
# File 'lib/growsurf_ruby/models/campaign/participant_analytics_response.rb', line 194 optional :rank, Integer, nil?: true |
Instance Method Details
#to_hash ⇒ {
183 |
# File 'sig/growsurf_ruby/models/campaign/participant_analytics_response.rbs', line 183
def to_hash: -> {
|