class WCC::Contentful::SimpleClient::TyphoeusAdapter::Response

Public Instance Methods

raw() click to toggle source
# File lib/wcc/contentful/simple_client/typhoeus_adapter.rb, line 34
def raw
  __getobj__
end
status() click to toggle source
# File lib/wcc/contentful/simple_client/typhoeus_adapter.rb, line 38
def status
  code
end