Class: Revox::Models::CampaignStatisticsResponse::Statistics::JumpIn
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
311
|
# File 'sig/revox/models/campaign_statistics_response.rbs', line 311
def initialize: (
|
Instance Attribute Details
#joined_calls ⇒ Float
325
|
# File 'lib/revox/models/campaign_statistics_response.rb', line 325
required :joined_calls, Float
|
330
|
# File 'lib/revox/models/campaign_statistics_response.rb', line 330
required :median_conversation_seconds, Float, nil?: true
|
335
|
# File 'lib/revox/models/campaign_statistics_response.rb', line 335
required :median_time_to_join_seconds, Float, nil?: true
|
Instance Method Details
#to_hash ⇒ {
317
|
# File 'sig/revox/models/campaign_statistics_response.rbs', line 317
def to_hash: -> {
|