Class: GrowsurfRuby::Models::EmailAnalytics::ByType

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

Instance Attribute Summary collapse

Attributes inherited from Counts

#bounced, #clicked, #delivered, #opened, #sent, #spam_complaints

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



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

def initialize: (

Instance Attribute Details

#bounce_rateFloat

Returns the value of attribute bounce_rate.

Returns:

  • (Float)


74
75
76
# File 'sig/growsurf_ruby/models/email_analytics.rbs', line 74

def bounce_rate
  @bounce_rate
end

#click_rateFloat

Returns the value of attribute click_rate.

Returns:

  • (Float)


73
74
75
# File 'sig/growsurf_ruby/models/email_analytics.rbs', line 73

def click_rate
  @click_rate
end

#delivery_rateFloat

Returns the value of attribute delivery_rate.

Returns:

  • (Float)


71
72
73
# File 'sig/growsurf_ruby/models/email_analytics.rbs', line 71

def delivery_rate
  @delivery_rate
end

#email_typeString

Returns the value of attribute email_type.

Returns:

  • (String)


70
71
72
# File 'sig/growsurf_ruby/models/email_analytics.rbs', line 70

def email_type
  @email_type
end

#open_rateFloat

Returns the value of attribute open_rate.

Returns:

  • (Float)


72
73
74
# File 'sig/growsurf_ruby/models/email_analytics.rbs', line 72

def open_rate
  @open_rate
end