Class: SendGrid4r::REST::Stats::Stat
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::Stats::Stat
- Defined in:
- lib/sendgrid4r/rest/stats/stats.rb
Instance Attribute Summary collapse
-
#metrics ⇒ Object
Returns the value of attribute metrics.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#metrics ⇒ Object
Returns the value of attribute metrics
18 19 20 |
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 18 def metrics @metrics end |
#name ⇒ Object
Returns the value of attribute name
18 19 20 |
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 18 def name @name end |
#type ⇒ Object
Returns the value of attribute type
18 19 20 |
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 18 def type @type end |