Class: Onlyfans::Models::Banking::DetailRetrieveBankDetailsResponse::Data::Payout::UiMapping::Title
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Onlyfans::Models::Banking::DetailRetrieveBankDetailsResponse::Data::Payout::UiMapping::Title
- Defined in:
- lib/onlyfans/models/banking/detail_retrieve_bank_details_response.rb,
sig/onlyfans/models/banking/detail_retrieve_bank_details_response.rbs
Overview
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(key: nil) ⇒ Title
constructor
A new instance of Title.
- #to_hash ⇒ { key: String }
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(key: nil) ⇒ Title
Returns a new instance of Title.
|
|
# File 'lib/onlyfans/models/banking/detail_retrieve_bank_details_response.rb', line 797
|
Instance Attribute Details
#key ⇒ String?
795 |
# File 'lib/onlyfans/models/banking/detail_retrieve_bank_details_response.rb', line 795 optional :key, String |
Instance Method Details
#to_hash ⇒ { key: String }
1052 |
# File 'sig/onlyfans/models/banking/detail_retrieve_bank_details_response.rbs', line 1052
def to_hash: -> { key: String }
|