Class: MaponClient::Parsers::StructureParser
- Inherits:
-
EmptyParser
- Object
- EmptyParser
- MaponClient::Parsers::StructureParser
- Defined in:
- lib/mapon_client/parsers/structure_parser.rb
Instance Method Summary collapse
Methods inherited from EmptyParser
Constructor Details
This class inherits a constructor from MaponClient::Parsers::EmptyParser
Instance Method Details
#parse ⇒ Object
6 7 8 |
# File 'lib/mapon_client/parsers/structure_parser.rb', line 6 def parse JSON.parse(@data) end |