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



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

def raw
  __getobj__
end

#statusObject



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

def status
  code
end