Class: Heroku::Conn::Cache::CachePair

Inherits:
Struct
  • Object
show all
Defined in:
lib/heroku/conn/cache.rb

Instance Attribute Summary collapse

Instance Attribute Details

#etagObject

Returns the value of attribute etag

Returns:

  • (Object)

    the current value of etag



4
5
6
# File 'lib/heroku/conn/cache.rb', line 4

def etag
  @etag
end

#responseObject

Returns the value of attribute response

Returns:

  • (Object)

    the current value of response



4
5
6
# File 'lib/heroku/conn/cache.rb', line 4

def response
  @response
end