Class: FeedTools::Cache::YAML::IDStorePath

Inherits:
StorePath
  • Object
show all
Defined in:
lib/feedtools/cache/yaml.rb

Overview

:nodoc:

Instance Attribute Summary

Attributes inherited from StorePath

#path

Instance Method Summary collapse

Methods inherited from StorePath

#to_s

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