Class: GrowsurfRuby::Models::EmailAnalytics::ByType
- Inherits:
-
Counts
- Object
- Internal::Type::BaseModel
- Counts
- GrowsurfRuby::Models::EmailAnalytics::ByType
- Defined in:
- lib/growsurf_ruby/models/email_analytics.rb,
sig/growsurf_ruby/models/email_analytics.rbs
Instance Attribute Summary collapse
-
#bounce_rate ⇒ Float
Returns the value of attribute bounce_rate.
-
#click_rate ⇒ Float
Returns the value of attribute click_rate.
-
#delivery_rate ⇒ Float
Returns the value of attribute delivery_rate.
-
#email_type ⇒ String
Returns the value of attribute email_type.
-
#open_rate ⇒ Float
Returns the value of attribute open_rate.
Attributes inherited from Counts
#bounced, #clicked, #delivered, #opened, #sent, #spam_complaints
Instance Method Summary collapse
- #initialize ⇒ Object constructor
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
76 |
# File 'sig/growsurf_ruby/models/email_analytics.rbs', line 76
def initialize: (
|
Instance Attribute Details
#bounce_rate ⇒ Float
Returns the value of attribute bounce_rate.
74 75 76 |
# File 'sig/growsurf_ruby/models/email_analytics.rbs', line 74 def bounce_rate @bounce_rate end |
#click_rate ⇒ Float
Returns the value of attribute click_rate.
73 74 75 |
# File 'sig/growsurf_ruby/models/email_analytics.rbs', line 73 def click_rate @click_rate end |
#delivery_rate ⇒ Float
Returns the value of attribute delivery_rate.
71 72 73 |
# File 'sig/growsurf_ruby/models/email_analytics.rbs', line 71 def delivery_rate @delivery_rate end |
#email_type ⇒ String
Returns the value of attribute email_type.
70 71 72 |
# File 'sig/growsurf_ruby/models/email_analytics.rbs', line 70 def email_type @email_type end |
#open_rate ⇒ Float
Returns the value of attribute open_rate.
72 73 74 |
# File 'sig/growsurf_ruby/models/email_analytics.rbs', line 72 def open_rate @open_rate end |