Class: WhopSDK::Models::Referrals::BusinessListResponse::Account
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- WhopSDK::Models::Referrals::BusinessListResponse::Account
- Defined in:
- lib/whop_sdk/models/referrals/business_list_response.rb,
sig/whop_sdk/models/referrals/business_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
92 |
# File 'sig/whop_sdk/models/referrals/business_list_response.rbs', line 92
def initialize: (
|
Instance Attribute Details
#id ⇒ String
Referred account ID.
124 |
# File 'lib/whop_sdk/models/referrals/business_list_response.rb', line 124 required :id, String |
#logo_url ⇒ String?
Referred account logo URL.
130 |
# File 'lib/whop_sdk/models/referrals/business_list_response.rb', line 130 required :logo_url, String, nil?: true |
#route ⇒ String
Referred account route.
136 |
# File 'lib/whop_sdk/models/referrals/business_list_response.rb', line 136 required :route, String |
#title ⇒ String
Referred account display name.
142 |
# File 'lib/whop_sdk/models/referrals/business_list_response.rb', line 142 required :title, String |
Instance Method Details
#to_hash ⇒ {
99 |
# File 'sig/whop_sdk/models/referrals/business_list_response.rbs', line 99
def to_hash: -> {
|