Module: Straddle::Models::PaykeyListParams::SortBy
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/straddle/models/paykey_list_params.rb,
sig/straddle/models/paykey_list_params.rbs
Constant Summary collapse
- INSTITUTION_NAME =
:institution_name- EXPIRES_AT =
:expires_at- CREATED_AT =
:created_at
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(created_from: nil, created_to: nil, customer_id: nil, page_number: nil, page_size: nil, search_text: nil, sort_by: nil, sort_order: nil, source: nil, status: nil, unblock_eligible: nil, correlation_id: nil, request_id: nil, straddle_account_id: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Straddle::Models::PaykeyListParams for more details.
- #self?.values ⇒ ::Array[Straddle::Models::PaykeyListParams::sort_by]
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/paykey_list_params.rb', line 137
|
Instance Method Details
#initialize(created_from: nil, created_to: nil, customer_id: nil, page_number: nil, page_size: nil, search_text: nil, sort_by: nil, sort_order: nil, source: nil, status: nil, unblock_eligible: nil, correlation_id: nil, request_id: nil, straddle_account_id: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Straddle::Models::PaykeyListParams for more details.
130 131 132 133 134 135 136 137 138 139 |
# File 'lib/straddle/models/paykey_list_params.rb', line 130 module SortBy extend Straddle::Internal::Type::Enum INSTITUTION_NAME = :institution_name EXPIRES_AT = :expires_at CREATED_AT = :created_at # @!method self.values # @return [Array<Symbol>] end |
#self?.values ⇒ ::Array[Straddle::Models::PaykeyListParams::sort_by]
135 |
# File 'sig/straddle/models/paykey_list_params.rbs', line 135
def self?.values: -> ::Array[Straddle::Models::PaykeyListParams::sort_by]
|