Class: StoreConfigurable::Object

Inherits:
ActiveSupport::BasicObject
Extended by:
Coding
Includes:
Behavior
Defined in:
lib/store_configurable/object.rb

Overview

The is the object returned by the config method. It does nothing more than delegate all calls to a tree of DirtyTrackingOrderedOptions objects which are basically hashes.

Defined Under Namespace

Modules: Behavior, Coding

Instance Attribute Summary

Attributes included from Behavior

#__store_configurable_owner__

Method Summary

Methods included from Coding

dump, load

Methods included from Behavior

#__config__

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class StoreConfigurable::Object::Behavior