Method: LHC::Response::Data::Base#as_json
- Defined in:
- lib/lhc/response/data/base.rb
#as_json ⇒ Object
6 7 8 |
# File 'lib/lhc/response/data/base.rb', line 6 def as_json @json ||= (@data || @response.format.as_json(@response.body)) end |