Class: Revox::Models::CampaignStatisticsResponse::Statistics::Funnel::Reached
Overview
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 ⇒ Object
253
|
# File 'sig/revox/models/campaign_statistics_response.rbs', line 253
def initialize: (
|
Instance Attribute Details
#count ⇒ Float
256
|
# File 'lib/revox/models/campaign_statistics_response.rb', line 256
required :count, Float
|
#inbound ⇒ Float
261
|
# File 'lib/revox/models/campaign_statistics_response.rb', line 261
required :inbound, Float
|
#outbound ⇒ Float
266
|
# File 'lib/revox/models/campaign_statistics_response.rb', line 266
required :outbound, Float
|
#overlap ⇒ Float
271
|
# File 'lib/revox/models/campaign_statistics_response.rb', line 271
required :overlap, Float
|
#pct_of_called ⇒ Float?
276
|
# File 'lib/revox/models/campaign_statistics_response.rb', line 276
required :pct_of_called, Float, nil?: true
|
Instance Method Details
#to_hash ⇒ {
261
|
# File 'sig/revox/models/campaign_statistics_response.rbs', line 261
def to_hash: -> {
|