Class: ActiveSupport::Cache::Entry
- Inherits:
-
Object
- Object
- ActiveSupport::Cache::Entry
- Defined in:
- lib/assets_live_compile.rb
Instance Attribute Summary collapse
-
#original_value ⇒ Object
Returns the value of attribute original_value.
Instance Method Summary collapse
Instance Attribute Details
#original_value ⇒ Object
Returns the value of attribute original_value.
13 14 15 |
# File 'lib/assets_live_compile.rb', line 13 def original_value @original_value end |
Instance Method Details
#initialize_with_original_value(value, options = {}) ⇒ Object
15 16 17 18 |
# File 'lib/assets_live_compile.rb', line 15 def initialize_with_original_value value, = {} @original_value = value initialize_without_original_value value, end |