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



18
19
20
# File 'lib/brightbytes/sendgrid/config.rb', line 18

def categories
  @categories
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



18
19
20
# File 'lib/brightbytes/sendgrid/config.rb', line 18

def url
  @url
end