Class: MShealth::Mash

Inherits:
Hashie::Mash
  • Object
show all
Defined in:
lib/MShealth/mash.rb

Instance Method Summary collapse

Constructor Details

#initialize(hash) ⇒ Mash

Returns a new instance of Mash.



5
6
7
8
9
10
# File 'lib/MShealth/mash.rb', line 5

def initialize(hash)
  mash = super(hash)
  convert_time(mash)
  mash

end