Class: SendGrid4r::REST::Settings::Mail::Footer

Inherits:
Struct
  • Object
show all
Defined in:
lib/sendgrid4r/rest/settings/mail.rb

Instance Attribute Summary collapse

Instance Attribute Details

#enabledObject

Returns the value of attribute enabled

Returns:

  • (Object)

    the current value of enabled



34
35
36
# File 'lib/sendgrid4r/rest/settings/mail.rb', line 34

def enabled
  @enabled
end

#html_contentObject

Returns the value of attribute html_content

Returns:

  • (Object)

    the current value of html_content



34
35
36
# File 'lib/sendgrid4r/rest/settings/mail.rb', line 34

def html_content
  @html_content
end

#plain_contentObject

Returns the value of attribute plain_content

Returns:

  • (Object)

    the current value of plain_content



34
35
36
# File 'lib/sendgrid4r/rest/settings/mail.rb', line 34

def plain_content
  @plain_content
end