Class: SendGrid4r::REST::Sm::Suppressions::Suppression
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::Sm::Suppressions::Suppression
- Defined in:
- lib/sendgrid4r/rest/sm/suppressions.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#email ⇒ Object
Returns the value of attribute email.
-
#group_id ⇒ Object
Returns the value of attribute group_id.
-
#group_name ⇒ Object
Returns the value of attribute group_name.
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at
41 42 43 |
# File 'lib/sendgrid4r/rest/sm/suppressions.rb', line 41 def created_at @created_at end |
#email ⇒ Object
Returns the value of attribute email
41 42 43 |
# File 'lib/sendgrid4r/rest/sm/suppressions.rb', line 41 def email @email end |
#group_id ⇒ Object
Returns the value of attribute group_id
41 42 43 |
# File 'lib/sendgrid4r/rest/sm/suppressions.rb', line 41 def group_id @group_id end |
#group_name ⇒ Object
Returns the value of attribute group_name
41 42 43 |
# File 'lib/sendgrid4r/rest/sm/suppressions.rb', line 41 def group_name @group_name end |