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

Returns the value of attribute html_link

Returns:

  • (Object)

    the current value of html_link



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

def html_link
  @html_link
end

Returns the value of attribute text_link

Returns:

  • (Object)

    the current value of text_link



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

def text_link
  @text_link
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