Class: SendGrid4r::REST::TransactionalTemplates::Versions::Version
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::TransactionalTemplates::Versions::Version
- Defined in:
- lib/sendgrid4r/rest/transactional_templates/versions.rb
Instance Attribute Summary collapse
-
#active ⇒ Object
Returns the value of attribute active.
-
#html_content ⇒ Object
Returns the value of attribute html_content.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#plain_content ⇒ Object
Returns the value of attribute plain_content.
-
#subject ⇒ Object
Returns the value of attribute subject.
-
#template_id ⇒ Object
Returns the value of attribute template_id.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Instance Attribute Details
#active ⇒ Object
Returns the value of attribute active
14 15 16 |
# File 'lib/sendgrid4r/rest/transactional_templates/versions.rb', line 14 def active @active end |
#html_content ⇒ Object
Returns the value of attribute html_content
14 15 16 |
# File 'lib/sendgrid4r/rest/transactional_templates/versions.rb', line 14 def html_content @html_content end |
#id ⇒ Object
Returns the value of attribute id
14 15 16 |
# File 'lib/sendgrid4r/rest/transactional_templates/versions.rb', line 14 def id @id end |
#name ⇒ Object
Returns the value of attribute name
14 15 16 |
# File 'lib/sendgrid4r/rest/transactional_templates/versions.rb', line 14 def name @name end |
#plain_content ⇒ Object
Returns the value of attribute plain_content
14 15 16 |
# File 'lib/sendgrid4r/rest/transactional_templates/versions.rb', line 14 def plain_content @plain_content end |
#subject ⇒ Object
Returns the value of attribute subject
14 15 16 |
# File 'lib/sendgrid4r/rest/transactional_templates/versions.rb', line 14 def subject @subject end |
#template_id ⇒ Object
Returns the value of attribute template_id
14 15 16 |
# File 'lib/sendgrid4r/rest/transactional_templates/versions.rb', line 14 def template_id @template_id end |
#updated_at ⇒ Object
Returns the value of attribute updated_at
14 15 16 |
# File 'lib/sendgrid4r/rest/transactional_templates/versions.rb', line 14 def updated_at @updated_at end |
#user_id ⇒ Object
Returns the value of attribute user_id
14 15 16 |
# File 'lib/sendgrid4r/rest/transactional_templates/versions.rb', line 14 def user_id @user_id end |