Class: Brightbytes::Sendgrid::Config::UnsubscribeConfig

Inherits:
Struct
  • Object
show all
Defined in:
lib/brightbytes/sendgrid/config.rb

Overview

Unsubscribe default settings storage

Instance Attribute Summary collapse

Instance Attribute Details

#categoriesObject

Returns the value of attribute categories

Returns:

  • (Object)

    the current value of categories



20
21
22
# File 'lib/brightbytes/sendgrid/config.rb', line 20

def categories
  @categories
end

#html_messageObject

Returns the value of attribute html_message

Returns:

  • (Object)

    the current value of html_message



20
21
22
# File 'lib/brightbytes/sendgrid/config.rb', line 20

def html_message
  @html_message
end

Returns the value of attribute link_text

Returns:

  • (Object)

    the current value of link_text



20
21
22
# File 'lib/brightbytes/sendgrid/config.rb', line 20

def link_text
  @link_text
end

#text_messageObject

Returns the value of attribute text_message

Returns:

  • (Object)

    the current value of text_message



20
21
22
# File 'lib/brightbytes/sendgrid/config.rb', line 20

def text_message
  @text_message
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



20
21
22
# File 'lib/brightbytes/sendgrid/config.rb', line 20

def url
  @url
end