Module: Revox::Models::CallSearchParams::Direction
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/revox/models/call_search_params.rb,
sig/revox/models/call_search_params.rbs
Constant Summary collapse
- INBOUND =
:inbound- OUTBOUND =
:outbound
Instance Method Summary collapse
- #initialize(assignee_ids:, assistant_ids:, campaign_ids:, directions:, from_phone_numbers:, outcomes:, page:, page_size:, results:, statuses:, call_ids: nil, query: nil, sort_by: nil, sort_direction: nil, to_phone_number: nil, request_options: {}) ⇒ Object
- #self?.values ⇒ ::Array[Revox::Models::CallSearchParams::direction]
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(assignee_ids:, assistant_ids:, campaign_ids:, directions:, from_phone_numbers:, outcomes:, page:, page_size:, results:, statuses:, call_ids: nil, query: nil, sort_by: nil, sort_direction: nil, to_phone_number: nil, request_options: {}) ⇒ Object
103 104 105 106 107 108 109 110 111 |
# File 'lib/revox/models/call_search_params.rb', line 103 module Direction extend Revox::Internal::Type::Enum INBOUND = :inbound OUTBOUND = :outbound # @!method self.values # @return [Array<Symbol>] end |
#self?.values ⇒ ::Array[Revox::Models::CallSearchParams::direction]
115 |
# File 'sig/revox/models/call_search_params.rbs', line 115
def self?.values: -> ::Array[Revox::Models::CallSearchParams::direction]
|