Class: Hyrb::Models::Cache::Developers
- Inherits:
-
Hyrb::Model
- Object
- Hyrb::Model
- Hyrb::Models::Cache::Developers
- Defined in:
- lib/hyrb/models/cache.rb
Instance Attribute Summary
Attributes inherited from Hyrb::Model
Instance Method Summary collapse
- #deserialize(data) ⇒ Object
-
#initialize(data = nil) ⇒ Developers
constructor
A new instance of Developers.
- #serialize(data) ⇒ Object
Methods inherited from Hyrb::Model
#filepath, #load_config_file, #reload!, #save!
Constructor Details
#initialize(data = nil) ⇒ Developers
Returns a new instance of Developers.
5 6 7 |
# File 'lib/hyrb/models/cache.rb', line 5 def initialize(data = nil) super(File.join("cache", "developers"), data) end |