Method: Xing::Mash.from_json
- Defined in:
- lib/xing/mash.rb
.from_json(json_string) ⇒ Object
7 8 9 10 |
# File 'lib/xing/mash.rb', line 7 def self.from_json(json_string) result_hash = MultiJson.load(json_string) new(result_hash) end |