Class: GrowsurfRuby::Models::EmailAnalytics::Counts
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- GrowsurfRuby::Models::EmailAnalytics::Counts
- Defined in:
- lib/growsurf_ruby/models/email_analytics.rb,
sig/growsurf_ruby/models/email_analytics.rbs
Direct Known Subclasses
Instance Attribute Summary collapse
-
#bounced ⇒ Integer
Returns the value of attribute bounced.
-
#clicked ⇒ Integer
Returns the value of attribute clicked.
-
#delivered ⇒ Integer
Returns the value of attribute delivered.
-
#opened ⇒ Integer
Returns the value of attribute opened.
-
#sent ⇒ Integer
Returns the value of attribute sent.
-
#spam_complaints ⇒ Integer
Returns the value of attribute 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
59 |
# File 'sig/growsurf_ruby/models/email_analytics.rbs', line 59
def initialize: (
|
Instance Attribute Details
#bounced ⇒ Integer
Returns the value of attribute bounced.
56 57 58 |
# File 'sig/growsurf_ruby/models/email_analytics.rbs', line 56 def bounced @bounced end |
#clicked ⇒ Integer
Returns the value of attribute clicked.
55 56 57 |
# File 'sig/growsurf_ruby/models/email_analytics.rbs', line 55 def clicked @clicked end |
#delivered ⇒ Integer
Returns the value of attribute delivered.
53 54 55 |
# File 'sig/growsurf_ruby/models/email_analytics.rbs', line 53 def delivered @delivered end |
#opened ⇒ Integer
Returns the value of attribute opened.
54 55 56 |
# File 'sig/growsurf_ruby/models/email_analytics.rbs', line 54 def opened @opened end |
#sent ⇒ Integer
Returns the value of attribute sent.
52 53 54 |
# File 'sig/growsurf_ruby/models/email_analytics.rbs', line 52 def sent @sent end |
#spam_complaints ⇒ Integer
Returns the value of attribute spam_complaints.
57 58 59 |
# File 'sig/growsurf_ruby/models/email_analytics.rbs', line 57 def spam_complaints @spam_complaints end |