Module: Devrant
- Defined in:
- lib/devrant.rb,
lib/devrant/api.rb,
lib/devrant/rants.rb,
lib/devrant/users.rb,
lib/devrant/version.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
"0.0.3"
Instance Method Summary collapse
Instance Method Details
#structuralize(json) ⇒ Object
11 12 13 |
# File 'lib/devrant.rb', line 11 def structuralize(json) JSON.parse(json.body, object_class: OpenStruct) end |