Class: Revox::Models::CampaignLaunchParams::Selection::Filters
Overview
Defined Under Namespace
Modules: Direction, Outcome, Result, Status
Instance Attribute Summary collapse
Class Method Summary
collapse
Instance Method Summary
collapse
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
99
|
# File 'sig/revox/models/campaign_launch_params.rbs', line 99
def initialize: (
|
Instance Attribute Details
#assignee_ids ⇒ Array<String>
76
|
# File 'lib/revox/models/campaign_launch_params.rb', line 76
required :assignee_ids, Revox::Internal::Type::ArrayOf[String]
|
81
82
|
# File 'lib/revox/models/campaign_launch_params.rb', line 81
required :directions,
-> { Revox::Internal::Type::ArrayOf[enum: Revox::CampaignLaunchParams::Selection::Filters::Direction] }
|
87
88
|
# File 'lib/revox/models/campaign_launch_params.rb', line 87
required :outcomes,
-> { Revox::Internal::Type::ArrayOf[enum: Revox::CampaignLaunchParams::Selection::Filters::Outcome] }
|
#query ⇒ String?
105
|
# File 'lib/revox/models/campaign_launch_params.rb', line 105
optional :query, String
|
93
94
|
# File 'lib/revox/models/campaign_launch_params.rb', line 93
required :results,
-> { Revox::Internal::Type::ArrayOf[enum: Revox::CampaignLaunchParams::Selection::Filters::Result] }
|
99
100
|
# File 'lib/revox/models/campaign_launch_params.rb', line 99
required :statuses,
-> { Revox::Internal::Type::ArrayOf[enum: Revox::CampaignLaunchParams::Selection::Filters::Status] }
|
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/revox/models/campaign_launch_params.rb', line 121
|
Instance Method Details
#to_hash ⇒ {
108
|
# File 'sig/revox/models/campaign_launch_params.rbs', line 108
def to_hash: -> {
|