Class: Hyrb::Models::Defaults

Inherits:
Struct show all
Defined in:
lib/hyrb/models/defaults.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

#initializeDefaults

Returns a new instance of Defaults.



6
7
8
# File 'lib/hyrb/models/defaults.rb', line 6

def initialize
  super("defaults")
end