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

#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