Class: ShafClient::Middleware::Cache::Response

Inherits:
Struct
  • Object
show all
Defined in:
lib/shaf_client/middleware/cache.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body



8
9
10
# File 'lib/shaf_client/middleware/cache.rb', line 8

def body
  @body
end

#headersObject

Returns the value of attribute headers



8
9
10
# File 'lib/shaf_client/middleware/cache.rb', line 8

def headers
  @headers
end

#statusObject

Returns the value of attribute status



8
9
10
# File 'lib/shaf_client/middleware/cache.rb', line 8

def status
  @status
end