Class: GrowsurfRuby::Models::EmailAnalytics::Counts

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/growsurf_ruby/models/email_analytics.rb,
sig/growsurf_ruby/models/email_analytics.rbs

Direct Known Subclasses

ByType

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#initializeObject



59
# File 'sig/growsurf_ruby/models/email_analytics.rbs', line 59

def initialize: (

Instance Attribute Details

#bouncedInteger

Returns the value of attribute bounced.

Returns:

  • (Integer)


56
57
58
# File 'sig/growsurf_ruby/models/email_analytics.rbs', line 56

def bounced
  @bounced
end

#clickedInteger

Returns the value of attribute clicked.

Returns:

  • (Integer)


55
56
57
# File 'sig/growsurf_ruby/models/email_analytics.rbs', line 55

def clicked
  @clicked
end

#deliveredInteger

Returns the value of attribute delivered.

Returns:

  • (Integer)


53
54
55
# File 'sig/growsurf_ruby/models/email_analytics.rbs', line 53

def delivered
  @delivered
end

#openedInteger

Returns the value of attribute opened.

Returns:

  • (Integer)


54
55
56
# File 'sig/growsurf_ruby/models/email_analytics.rbs', line 54

def opened
  @opened
end

#sentInteger

Returns the value of attribute sent.

Returns:

  • (Integer)


52
53
54
# File 'sig/growsurf_ruby/models/email_analytics.rbs', line 52

def sent
  @sent
end

#spam_complaintsInteger

Returns the value of attribute spam_complaints.

Returns:

  • (Integer)


57
58
59
# File 'sig/growsurf_ruby/models/email_analytics.rbs', line 57

def spam_complaints
  @spam_complaints
end