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
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#suppressed ⇒ Object
Returns the value of attribute suppressed.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
11 12 13 |
# File 'lib/sendgrid4r/rest/sm/suppressions.rb', line 11 def description @description end |
#id ⇒ Object
Returns the value of attribute id
11 12 13 |
# File 'lib/sendgrid4r/rest/sm/suppressions.rb', line 11 def id @id end |
#name ⇒ Object
Returns the value of attribute name
11 12 13 |
# File 'lib/sendgrid4r/rest/sm/suppressions.rb', line 11 def name @name end |
#suppressed ⇒ Object
Returns the value of attribute suppressed
11 12 13 |
# File 'lib/sendgrid4r/rest/sm/suppressions.rb', line 11 def suppressed @suppressed end |