Class: Microsoft::Graph::InstanceParser
- Inherits:
-
HTTParty::Parser
- Object
- HTTParty::Parser
- Microsoft::Graph::InstanceParser
- Defined in:
- lib/microsoft/graph.rb
Instance Method Summary collapse
Instance Method Details
#parse ⇒ Object
93 94 95 96 97 |
# File 'lib/microsoft/graph.rb', line 93 def parse return nil unless body JSON.parse(body, object_class: JSONStruct) end |