Class: Forge::Configuration
- Inherits:
-
Object
- Object
- Forge::Configuration
- Defined in:
- lib/forge/lib/forge.rb,
lib/forge/lib/forge/config/events.rb,
lib/forge/lib/forge/config/videos.rb,
lib/forge/lib/forge/config/ecommerce.rb
Defined Under Namespace
Classes: EcommerceConfiguration, EventConfiguration, VideoConfiguration
Instance Attribute Summary collapse
-
#events ⇒ Object
Returns the value of attribute events.
-
#languages ⇒ Object
Returns the value of attribute languages.
-
#mobile_layout ⇒ Object
Returns the value of attribute mobile_layout.
-
#seo_callout ⇒ Object
Returns the value of attribute seo_callout.
-
#support_instructions_in_help ⇒ Object
Returns the value of attribute support_instructions_in_help.
-
#support_instructions_in_layout ⇒ Object
Returns the value of attribute support_instructions_in_layout.
Instance Method Summary collapse
Instance Attribute Details
#events ⇒ Object
Returns the value of attribute events.
11 12 13 |
# File 'lib/forge/lib/forge/config/events.rb', line 11 def events @events end |
#languages ⇒ Object
Returns the value of attribute languages.
12 13 14 |
# File 'lib/forge/lib/forge.rb', line 12 def languages @languages end |
#mobile_layout ⇒ Object
Returns the value of attribute mobile_layout.
12 13 14 |
# File 'lib/forge/lib/forge.rb', line 12 def mobile_layout @mobile_layout end |
#seo_callout ⇒ Object
Returns the value of attribute seo_callout.
12 13 14 |
# File 'lib/forge/lib/forge.rb', line 12 def seo_callout @seo_callout end |
#support_instructions_in_help ⇒ Object
Returns the value of attribute support_instructions_in_help.
12 13 14 |
# File 'lib/forge/lib/forge.rb', line 12 def support_instructions_in_help @support_instructions_in_help end |
#support_instructions_in_layout ⇒ Object
Returns the value of attribute support_instructions_in_layout.
12 13 14 |
# File 'lib/forge/lib/forge.rb', line 12 def support_instructions_in_layout @support_instructions_in_layout end |
Instance Method Details
#ecommerce ⇒ Object
33 34 35 |
# File 'lib/forge/lib/forge/config/ecommerce.rb', line 33 def ecommerce @ecommerce ||= EcommerceConfiguration.new end |
#videos ⇒ Object
12 13 14 |
# File 'lib/forge/lib/forge/config/videos.rb', line 12 def videos @videos ||= VideoConfiguration.new end |