Class: WhopSDK::Models::Referrals::Businesses::EarningListResponse::Account
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- WhopSDK::Models::Referrals::Businesses::EarningListResponse::Account
- Defined in:
- lib/whop_sdk/models/referrals/businesses/earning_list_response.rb,
sig/whop_sdk/models/referrals/businesses/earning_list_response.rbs
Overview
Instance Attribute Summary collapse
-
#id ⇒ String
Referred account ID.
-
#logo_url ⇒ String?
Referred account logo URL.
-
#route ⇒ String
Referred account route.
-
#title ⇒ String
Referred account display name.
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
98 |
# File 'sig/whop_sdk/models/referrals/businesses/earning_list_response.rbs', line 98
def initialize: (
|
Instance Attribute Details
#id ⇒ String
Referred account ID.
132 |
# File 'lib/whop_sdk/models/referrals/businesses/earning_list_response.rb', line 132 required :id, String |
#logo_url ⇒ String?
Referred account logo URL.
138 |
# File 'lib/whop_sdk/models/referrals/businesses/earning_list_response.rb', line 138 required :logo_url, String, nil?: true |
#route ⇒ String
Referred account route.
144 |
# File 'lib/whop_sdk/models/referrals/businesses/earning_list_response.rb', line 144 required :route, String |
#title ⇒ String
Referred account display name.
150 |
# File 'lib/whop_sdk/models/referrals/businesses/earning_list_response.rb', line 150 required :title, String |
Instance Method Details
#to_hash ⇒ {
105 |
# File 'sig/whop_sdk/models/referrals/businesses/earning_list_response.rbs', line 105
def to_hash: -> {
|