Class: Endpointer::CacheContainer

Inherits:
Struct
  • Object
show all
Defined in:
lib/endpointer/cache_container.rb

Instance Attribute Summary collapse

Instance Attribute Details

#resourceObject

Returns the value of attribute resource



2
3
4
# File 'lib/endpointer/cache_container.rb', line 2

def resource
  @resource
end

#responseObject

Returns the value of attribute response



2
3
4
# File 'lib/endpointer/cache_container.rb', line 2

def response
  @response
end

#timestampObject

Returns the value of attribute timestamp



2
3
4
# File 'lib/endpointer/cache_container.rb', line 2

def timestamp
  @timestamp
end