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
1621
|
# File 'sig/revox/models/campaign_list_response.rbs', line 1621
def initialize: (
|
Instance Attribute Details
#calling ⇒ Float
1949
|
# File 'lib/revox/models/campaign_list_response.rb', line 1949
required :calling, Float
|
#completed ⇒ Float
1954
|
# File 'lib/revox/models/campaign_list_response.rb', line 1954
required :completed, Float
|
#failed ⇒ Float
1959
|
# File 'lib/revox/models/campaign_list_response.rb', line 1959
required :failed, Float
|
#not_launched ⇒ Float
1964
|
# File 'lib/revox/models/campaign_list_response.rb', line 1964
required :not_launched, Float
|
#pending ⇒ Float
1969
|
# File 'lib/revox/models/campaign_list_response.rb', line 1969
required :pending, Float
|
#retry_ ⇒ Float
1974
|
# File 'lib/revox/models/campaign_list_response.rb', line 1974
required :retry_, Float, api_name: :retry
|
#skipped ⇒ Float
1979
|
# File 'lib/revox/models/campaign_list_response.rb', line 1979
required :skipped, Float
|
#total ⇒ Float
1984
|
# File 'lib/revox/models/campaign_list_response.rb', line 1984
required :total, Float
|
Instance Method Details
#to_hash ⇒ {
1632
|
# File 'sig/revox/models/campaign_list_response.rbs', line 1632
def to_hash: -> {
|