Method: Bark::Response#json
- Defined in:
- lib/bark/response.rb
#json ⇒ Object (readonly)
All OT responses are in json format. The json is stored here as a hash (dictionary).
5 6 7 |
# File 'lib/bark/response.rb', line 5 def json @json end |