Class: Backup::LoadFromFiles::JsonContent
- Inherits:
-
String
- Object
- String
- Backup::LoadFromFiles::JsonContent
- Defined in:
- lib/backup/load_from_files.rb
Instance Method Summary collapse
Instance Method Details
#hash ⇒ Object
8 9 10 |
# File 'lib/backup/load_from_files.rb', line 8 def hash @hash ||= JSON.parse(self).symbolize_keys end |