Class: Pageflow::Configuration::FeatureLevelConfiguration

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

Instance Attribute Details

#configObject

Returns the value of attribute config

Returns:

  • (Object)

    the current value of config



535
536
537
# File 'lib/pageflow/configuration.rb', line 535

def config
  @config
end