Class: FeedTools::Cache::YAML::URLStorePath
- 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) ⇒ URLStorePath
constructor
A new instance of URLStorePath.
Methods inherited from StorePath
Constructor Details
#initialize(key, base_store_path = nil) ⇒ URLStorePath
Returns a new instance of URLStorePath.
47 48 49 |
# File 'lib/feedtools/cache/yaml.rb', line 47 def initialize(key, base_store_path = nil) super('url', key, base_store_path) end |