class WCC::API::RestClient::TyphoeusAdapter::Response
Public Instance Methods
raw()
click to toggle source
# File lib/wcc/api/rest_client/typhoeus_adapter.rb, line 50 def raw __getobj__ end
status()
click to toggle source
# File lib/wcc/api/rest_client/typhoeus_adapter.rb, line 58 def status code end
to_s()
click to toggle source
# File lib/wcc/api/rest_client/typhoeus_adapter.rb, line 54 def to_s body&.to_s end