Class: Revox::Models::CampaignStatisticsResponse::Statistics::Funnel
Overview
Defined Under Namespace
Classes: Called, HotLeads, Reached, RealExchanges
Instance Attribute 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(count:, inbound:, outbound:, overlap:, pct_of_called:) ⇒ Object
|
# File 'lib/revox/models/campaign_statistics_response.rb', line 211
|
Instance Attribute Details
193
|
# File 'lib/revox/models/campaign_statistics_response.rb', line 193
required :called, -> { Revox::Models::CampaignStatisticsResponse::Statistics::Funnel::Called }
|
198
|
# File 'lib/revox/models/campaign_statistics_response.rb', line 198
required :hot_leads, -> { Revox::Models::CampaignStatisticsResponse::Statistics::Funnel::HotLeads }
|
203
|
# File 'lib/revox/models/campaign_statistics_response.rb', line 203
required :reached, -> { Revox::Models::CampaignStatisticsResponse::Statistics::Funnel::Reached }
|
208
209
|
# File 'lib/revox/models/campaign_statistics_response.rb', line 208
required :real_exchanges,
-> { Revox::Models::CampaignStatisticsResponse::Statistics::Funnel::RealExchanges }
|
Instance Method Details
#to_hash ⇒ {
202
|
# File 'sig/revox/models/campaign_statistics_response.rbs', line 202
def to_hash: -> {
|