Class: SendGrid4r::REST::Mail::Content
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::Mail::Content
- Defined in:
- lib/sendgrid4r/rest/mail/content.rb
Instance Attribute Summary collapse
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#type ⇒ Object
Returns the value of attribute type
8 9 10 |
# File 'lib/sendgrid4r/rest/mail/content.rb', line 8 def type @type end |
#value ⇒ Object
Returns the value of attribute value
8 9 10 |
# File 'lib/sendgrid4r/rest/mail/content.rb', line 8 def value @value end |