Class: GrowsurfRuby::Models::CampaignRetrieveAnalyticsResponse::Rates
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- GrowsurfRuby::Models::CampaignRetrieveAnalyticsResponse::Rates
- Defined in:
- lib/growsurf_ruby/models/campaign_retrieve_analytics_response.rb,
sig/growsurf_ruby/models/campaign_retrieve_analytics_response.rbs
Overview
Instance Attribute Summary collapse
-
#participation_rate ⇒ Float?
participantsdivided byuniqueImpressions. -
#referral_conversion_rate ⇒ Float?
referralsdivided byuniqueImpressions. -
#shares_per_participant ⇒ Float?
Total shares across all channels divided by
participants.
Instance Method Summary collapse
- #initialize ⇒ Object constructor
- #to_hash ⇒ {
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 ⇒ Object
320 |
# File 'sig/growsurf_ruby/models/campaign_retrieve_analytics_response.rbs', line 320
def initialize: (
|
Instance Attribute Details
#participation_rate ⇒ Float?
participants divided by uniqueImpressions.
312 |
# File 'lib/growsurf_ruby/models/campaign_retrieve_analytics_response.rb', line 312 optional :participation_rate, Float, api_name: :participationRate |
#referral_conversion_rate ⇒ Float?
referrals divided by uniqueImpressions.
318 |
# File 'lib/growsurf_ruby/models/campaign_retrieve_analytics_response.rb', line 318 optional :referral_conversion_rate, Float, api_name: :referralConversionRate |
#shares_per_participant ⇒ Float?
Total shares across all channels divided by participants.
324 |
# File 'lib/growsurf_ruby/models/campaign_retrieve_analytics_response.rb', line 324 optional :shares_per_participant, Float, api_name: :sharesPerParticipant |
Instance Method Details
#to_hash ⇒ {
326 |
# File 'sig/growsurf_ruby/models/campaign_retrieve_analytics_response.rbs', line 326
def to_hash: -> {
|