Class: Hyrb::Models::Cache::Rackspace

Inherits:
Struct show all
Defined in:
lib/hyrb/models/cache.rb

Instance Attribute Summary

Attributes inherited from Hyrb::Model

#data, #path

Instance Method Summary collapse

Methods inherited from Struct

#[], #[]=, define_keys, keys

Methods inherited from Hyrb::Model

#filepath, #load_config_file, #reload!, #save!

Constructor Details

#initializeRackspace

Returns a new instance of Rackspace.



29
30
31
# File 'lib/hyrb/models/cache.rb', line 29

def initialize
  super(File.join("cache", "rackspace"))
end