Class: Revox::Models::CampaignStatisticsResponse::Statistics::Funnel

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/revox/models/campaign_statistics_response.rb,
sig/revox/models/campaign_statistics_response.rbs

Overview

See Also:

  • Revox::Models::CampaignStatisticsResponse::Statistics#funnel

Defined Under Namespace

Classes: Called, HotLeads, Reached, RealExchanges

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], 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

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#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

Parameters:

  • count (Float)
  • inbound (Float)
  • outbound (Float)
  • overlap (Float)
  • pct_of_called (Float, nil)


# File 'lib/revox/models/campaign_statistics_response.rb', line 211

Instance Attribute Details

#calledRevox::Models::CampaignStatisticsResponse::Statistics::Funnel::Called



193
# File 'lib/revox/models/campaign_statistics_response.rb', line 193

required :called, -> { Revox::Models::CampaignStatisticsResponse::Statistics::Funnel::Called }

#hot_leadsRevox::Models::CampaignStatisticsResponse::Statistics::Funnel::HotLeads



198
# File 'lib/revox/models/campaign_statistics_response.rb', line 198

required :hot_leads, -> { Revox::Models::CampaignStatisticsResponse::Statistics::Funnel::HotLeads }

#reachedRevox::Models::CampaignStatisticsResponse::Statistics::Funnel::Reached



203
# File 'lib/revox/models/campaign_statistics_response.rb', line 203

required :reached, -> { Revox::Models::CampaignStatisticsResponse::Statistics::Funnel::Reached }

#real_exchangesRevox::Models::CampaignStatisticsResponse::Statistics::Funnel::RealExchanges



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{

Returns:

  • ({)


202
# File 'sig/revox/models/campaign_statistics_response.rbs', line 202

def to_hash: -> {