API
/ Other
Store
Generic hash-like key/value store.
Properties can be get/set using hash access syntax (data[:key]
)
or dot-notation syntax (data.key
).
Based on ActiveSupport::OrderedOptions.
Generic hash-like key/value store.
Properties can be get/set using hash access syntax (data[:key]
)
or dot-notation syntax (data.key
).
Based on ActiveSupport::OrderedOptions.