Class: Hyrb::Models::Creds

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

#initializeCreds

Returns a new instance of Creds.



19
20
21
# File 'lib/hyrb/models/creds.rb', line 19

def initialize
  super("creds")
end