Class: Backup::LoadFromFiles::JsonContent

Inherits:
String
  • Object
show all
Defined in:
lib/backup/load_from_files.rb

Instance Method Summary collapse

Instance Method Details

#hashObject



8
9
10
# File 'lib/backup/load_from_files.rb', line 8

def hash
  @hash ||= JSON.parse(self).symbolize_keys
end