Class: FeedTools::Cache::YAML::IDStorePath
- Defined in:
- lib/feedtools/cache/yaml.rb
Overview
:nodoc:
Instance Attribute Summary
Attributes inherited from StorePath
Instance Method Summary collapse
-
#initialize(key, base_store_path = nil) ⇒ IDStorePath
constructor
A new instance of IDStorePath.
Methods inherited from StorePath
Constructor Details
#initialize(key, base_store_path = nil) ⇒ IDStorePath
Returns a new instance of IDStorePath.
41 42 43 |
# File 'lib/feedtools/cache/yaml.rb', line 41 def initialize(key, base_store_path = nil) super('id', key, base_store_path) end |