Class: Shark::MailingService::Configuration
- Inherits:
-
Object
- Object
- Shark::MailingService::Configuration
- Defined in:
- lib/shark/mailing_service/configuration.rb
Instance Attribute Summary collapse
-
#context_helpers ⇒ Object
Returns the value of attribute context_helpers.
-
#default_layout ⇒ Object
Returns the value of attribute default_layout.
-
#default_template_root ⇒ Object
Returns the value of attribute default_template_root.
Instance Attribute Details
#context_helpers ⇒ Object
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_layout ⇒ Object
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_root ⇒ Object
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 |