Libraries
»
labclient
(0.5.1)
»
Index
»
Typhoeus
»
Response
»
#data
Method: Typhoeus::Response#data
Defined in:
lib/labclient/http.rb
#
data
⇒
Object
74 75 76 77 78
# File 'lib/labclient/http.rb', line 74
def
data
@data
||=
process_body
@data
end