Class: Revox::Models::CampaignListResponse::Campaign::RowStats
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
1661
|
# File 'sig/revox/models/campaign_list_response.rbs', line 1661
def initialize: (
|
Instance Attribute Details
#calling ⇒ Float
1972
|
# File 'lib/revox/models/campaign_list_response.rb', line 1972
required :calling, Float
|
#completed ⇒ Float
1977
|
# File 'lib/revox/models/campaign_list_response.rb', line 1977
required :completed, Float
|
#failed ⇒ Float
1982
|
# File 'lib/revox/models/campaign_list_response.rb', line 1982
required :failed, Float
|
#pending ⇒ Float
1987
|
# File 'lib/revox/models/campaign_list_response.rb', line 1987
required :pending, Float
|
#retry_ ⇒ Float
1992
|
# File 'lib/revox/models/campaign_list_response.rb', line 1992
required :retry_, Float, api_name: :retry
|
#total ⇒ Float
1997
|
# File 'lib/revox/models/campaign_list_response.rb', line 1997
required :total, Float
|
Instance Method Details
#to_hash ⇒ {
1670
|
# File 'sig/revox/models/campaign_list_response.rbs', line 1670
def to_hash: -> {
|