Class: SendGrid4r::REST::Alerts::Alert
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::Alerts::Alert
- Defined in:
- lib/sendgrid4r/rest/alerts.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#email_to ⇒ Object
Returns the value of attribute email_to.
-
#frequency ⇒ Object
Returns the value of attribute frequency.
-
#id ⇒ Object
Returns the value of attribute id.
-
#percentage ⇒ Object
Returns the value of attribute percentage.
-
#type ⇒ Object
Returns the value of attribute type.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at
10 11 12 |
# File 'lib/sendgrid4r/rest/alerts.rb', line 10 def created_at @created_at end |
#email_to ⇒ Object
Returns the value of attribute email_to
10 11 12 |
# File 'lib/sendgrid4r/rest/alerts.rb', line 10 def email_to @email_to end |
#frequency ⇒ Object
Returns the value of attribute frequency
10 11 12 |
# File 'lib/sendgrid4r/rest/alerts.rb', line 10 def frequency @frequency end |
#id ⇒ Object
Returns the value of attribute id
10 11 12 |
# File 'lib/sendgrid4r/rest/alerts.rb', line 10 def id @id end |
#percentage ⇒ Object
Returns the value of attribute percentage
10 11 12 |
# File 'lib/sendgrid4r/rest/alerts.rb', line 10 def percentage @percentage end |
#type ⇒ Object
Returns the value of attribute type
10 11 12 |
# File 'lib/sendgrid4r/rest/alerts.rb', line 10 def type @type end |
#updated_at ⇒ Object
Returns the value of attribute updated_at
10 11 12 |
# File 'lib/sendgrid4r/rest/alerts.rb', line 10 def updated_at @updated_at end |