Module Compass::Configuration::Inheritance::InstanceMethods
In: lib/compass/configuration/inheritance.rb

Methods

Public Instance methods

Reads the raw value that was set on this object. you generally should call raw_<attribute>() instead.

Read a value that is either inherited or set on this instance, if we get to the bottom-most configuration instance, we ask for the default starting at the top level.

Read an explicitly set value that is either inherited or set on this instance

[Validate]