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

Returns:

  • (Object)

    the current value of resource



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

def resource
  @resource
end

#responseObject

Returns the value of attribute response

Returns:

  • (Object)

    the current value of response



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

def response
  @response
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



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

def timestamp
  @timestamp
end