Class: Shark::MailingService::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/shark/mailing_service/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#context_helpersObject

Returns the value of attribute context_helpers.



6
7
8
# File 'lib/shark/mailing_service/configuration.rb', line 6

def context_helpers
  @context_helpers
end

#default_layoutObject

Returns the value of attribute default_layout.



6
7
8
# File 'lib/shark/mailing_service/configuration.rb', line 6

def default_layout
  @default_layout
end

#default_template_rootObject

Returns the value of attribute default_template_root.



6
7
8
# File 'lib/shark/mailing_service/configuration.rb', line 6

def default_template_root
  @default_template_root
end