Class: WCC::Contentful::SimpleClient::TyphoeusAdapter::Response

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
lib/wcc/contentful/simple_client/typhoeus_adapter.rb

Instance Method Summary collapse

Instance Method Details

#rawObject



34
35
36
# File 'lib/wcc/contentful/simple_client/typhoeus_adapter.rb', line 34

def raw
  __getobj__
end

#statusObject



38
39
40
# File 'lib/wcc/contentful/simple_client/typhoeus_adapter.rb', line 38

def status
  code
end