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



502
503
504
# File 'lib/pageflow/configuration.rb', line 502

def config
  @config
end