Class: Pageflow::Configuration::FeatureLevelConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Pageflow::Configuration::FeatureLevelConfiguration
- Defined in:
- lib/pageflow/configuration.rb
Overview
Restricts the configuration interface to those parts which can be used from inside features.
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
Instance Attribute Details
#config ⇒ Object
Returns the value of attribute config
562 563 564 |
# File 'lib/pageflow/configuration.rb', line 562 def config @config end |