Module: Straddle::Models::AccountListParams::SortOrder
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/straddle/models/account_list_params.rb,
sig/straddle/models/account_list_params.rbs
Constant Summary collapse
- ASC =
:asc- DESC =
:desc
Instance Method Summary collapse
- #initialize(external_id: nil, page_number: nil, page_size: nil, search_text: nil, sort_by: nil, sort_order: nil, status: nil, type: nil, correlation_id: nil, request_id: nil, request_options: {}) ⇒ Object
- #self?.values ⇒ ::Array[Straddle::Models::AccountListParams::sort_order]
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, 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
Instance Method Details
#initialize(external_id: nil, page_number: nil, page_size: nil, search_text: nil, sort_by: nil, sort_order: nil, status: nil, type: nil, correlation_id: nil, request_id: nil, request_options: {}) ⇒ Object
93 94 95 96 97 98 99 100 101 |
# File 'lib/straddle/models/account_list_params.rb', line 93 module SortOrder extend Straddle::Internal::Type::Enum ASC = :asc DESC = :desc # @!method self.values # @return [Array<Symbol>] end |
#self?.values ⇒ ::Array[Straddle::Models::AccountListParams::sort_order]
104 |
# File 'sig/straddle/models/account_list_params.rbs', line 104
def self?.values: -> ::Array[Straddle::Models::AccountListParams::sort_order]
|