Class: SendGrid4r::REST::TransactionalTemplates::Versions::Version

Inherits:
Struct
  • Object
show all
Defined in:
lib/sendgrid4r/rest/transactional_templates/versions.rb

Instance Attribute Summary collapse

Instance Attribute Details

#activeObject

Returns the value of attribute active

Returns:

  • (Object)

    the current value of active



14
15
16
# File 'lib/sendgrid4r/rest/transactional_templates/versions.rb', line 14

def active
  @active
end

#html_contentObject

Returns the value of attribute html_content

Returns:

  • (Object)

    the current value of html_content



14
15
16
# File 'lib/sendgrid4r/rest/transactional_templates/versions.rb', line 14

def html_content
  @html_content
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



14
15
16
# File 'lib/sendgrid4r/rest/transactional_templates/versions.rb', line 14

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



14
15
16
# File 'lib/sendgrid4r/rest/transactional_templates/versions.rb', line 14

def name
  @name
end

#plain_contentObject

Returns the value of attribute plain_content

Returns:

  • (Object)

    the current value of plain_content



14
15
16
# File 'lib/sendgrid4r/rest/transactional_templates/versions.rb', line 14

def plain_content
  @plain_content
end

#subjectObject

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



14
15
16
# File 'lib/sendgrid4r/rest/transactional_templates/versions.rb', line 14

def subject
  @subject
end

#template_idObject

Returns the value of attribute template_id

Returns:

  • (Object)

    the current value of template_id



14
15
16
# File 'lib/sendgrid4r/rest/transactional_templates/versions.rb', line 14

def template_id
  @template_id
end

#updated_atObject

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



14
15
16
# File 'lib/sendgrid4r/rest/transactional_templates/versions.rb', line 14

def updated_at
  @updated_at
end

#user_idObject

Returns the value of attribute user_id

Returns:

  • (Object)

    the current value of user_id



14
15
16
# File 'lib/sendgrid4r/rest/transactional_templates/versions.rb', line 14

def user_id
  @user_id
end