Module: MultiJson::OptionsCache
- Defined in:
- lib/multi_json/options_cache.rb
Defined Under Namespace
Classes: Store
Class Attribute Summary collapse
-
.dump ⇒ Object
readonly
Returns the value of attribute dump.
-
.load ⇒ Object
readonly
Returns the value of attribute load.
Class Method Summary collapse
Class Attribute Details
.dump ⇒ Object (readonly)
Returns the value of attribute dump.
43 44 45 |
# File 'lib/multi_json/options_cache.rb', line 43 def dump @dump end |
.load ⇒ Object (readonly)
Returns the value of attribute load.
43 44 45 |
# File 'lib/multi_json/options_cache.rb', line 43 def load @load end |