Class: SendGrid4r::REST::Settings::Result
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::Settings::Result
- Defined in:
- lib/sendgrid4r/rest/settings/settings.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#name ⇒ Object
Returns the value of attribute name.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
9 10 11 |
# File 'lib/sendgrid4r/rest/settings/settings.rb', line 9 def description @description end |
#enabled ⇒ Object
Returns the value of attribute enabled
9 10 11 |
# File 'lib/sendgrid4r/rest/settings/settings.rb', line 9 def enabled @enabled end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/sendgrid4r/rest/settings/settings.rb', line 9 def name @name end |
#title ⇒ Object
Returns the value of attribute title
9 10 11 |
# File 'lib/sendgrid4r/rest/settings/settings.rb', line 9 def title @title end |