Class: FeedTools::Cache::YAML::URLStorePath

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) ⇒ 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