Class: Forge::Configuration

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Instance Attribute Details

#eventsObject

Returns the value of attribute events.



11
12
13
# File 'lib/forge/lib/forge/config/events.rb', line 11

def events
  @events
end

#languagesObject

Returns the value of attribute languages.



12
13
14
# File 'lib/forge/lib/forge.rb', line 12

def languages
  @languages
end

#mobile_layoutObject

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_calloutObject

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_helpObject

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_layoutObject

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

#ecommerceObject



33
34
35
# File 'lib/forge/lib/forge/config/ecommerce.rb', line 33

def ecommerce
  @ecommerce ||= EcommerceConfiguration.new
end

#videosObject



12
13
14
# File 'lib/forge/lib/forge/config/videos.rb', line 12

def videos
  @videos ||= VideoConfiguration.new
end