Class: EmailCampaign::Config
- Inherits:
-
Object
- Object
- EmailCampaign::Config
- Defined in:
- lib/email_campaign/config.rb
Class Attribute Summary collapse
-
.base_url ⇒ Object
Returns the value of attribute base_url.
-
.controller_name ⇒ Object
Returns the value of attribute controller_name.
Class Attribute Details
.base_url ⇒ Object
Returns the value of attribute base_url.
5 6 7 |
# File 'lib/email_campaign/config.rb', line 5 def base_url @base_url end |
.controller_name ⇒ Object
Returns the value of attribute controller_name.
5 6 7 |
# File 'lib/email_campaign/config.rb', line 5 def controller_name @controller_name end |