Module: Straddle::Models::CustomerListParams::SortBy
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/straddle/models/customer_list_params.rb,
sig/straddle/models/customer_list_params.rbs
Constant Summary collapse
- NAME =
:name- CREATED_AT =
:created_at
Class Method Summary collapse
Instance Method Summary collapse
- #initialize(created_from: nil, created_to: nil, email: nil, external_id: nil, name: nil, page_number: nil, page_size: nil, search_text: nil, sort_by: nil, sort_order: nil, status: nil, types: nil, correlation_id: nil, request_id: nil, straddle_account_id: nil, request_options: {}) ⇒ Object
- #self?.values ⇒ ::Array[Straddle::Models::CustomerListParams::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/customer_list_params.rb', line 139
|
Instance Method Details
#initialize(created_from: nil, created_to: nil, email: nil, external_id: nil, name: nil, page_number: nil, page_size: nil, search_text: nil, sort_by: nil, sort_order: nil, status: nil, types: nil, correlation_id: nil, request_id: nil, straddle_account_id: nil, request_options: {}) ⇒ Object
133 134 135 136 137 138 139 140 141 |
# File 'lib/straddle/models/customer_list_params.rb', line 133 module SortBy extend Straddle::Internal::Type::Enum NAME = :name CREATED_AT = :created_at # @!method self.values # @return [Array<Symbol>] end |
#self?.values ⇒ ::Array[Straddle::Models::CustomerListParams::sort_by]
141 |
# File 'sig/straddle/models/customer_list_params.rbs', line 141
def self?.values: -> ::Array[Straddle::Models::CustomerListParams::sort_by]
|