Module: Straddle::Models::LinkedBankAccountList::ResponseType
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/straddle/models/linked_bank_account_list.rb,
sig/straddle/models/linked_bank_account_list.rbs
Overview
Indicates how the response content is structured.
objectmeansdatacontains one JSON object.arraymeansdatacontains an array of objects.errormeanserrorcontains error details.nonemeans the response has no data.
Constant Summary collapse
- OBJECT =
:object- ARRAY =
:array- ERROR =
:error- NONE =
:none
Class Method Summary collapse
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/straddle/models/linked_bank_account_list.rb', line 56
|
Instance Method Details
#self?.values ⇒ ::Array[Straddle::Models::LinkedBankAccountList::response_type]
39 |
# File 'sig/straddle/models/linked_bank_account_list.rbs', line 39
def self?.values: -> ::Array[Straddle::Models::LinkedBankAccountList::response_type]
|