Class: Endpointer::CacheContainer
- Inherits:
-
Struct
- Object
- Struct
- Endpointer::CacheContainer
- Defined in:
- lib/endpointer/cache_container.rb
Instance Attribute Summary collapse
-
#resource ⇒ Object
Returns the value of attribute resource.
-
#response ⇒ Object
Returns the value of attribute response.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Attribute Details
#resource ⇒ Object
Returns the value of attribute resource
2 3 4 |
# File 'lib/endpointer/cache_container.rb', line 2 def resource @resource end |
#response ⇒ Object
Returns the value of attribute response
2 3 4 |
# File 'lib/endpointer/cache_container.rb', line 2 def response @response end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
2 3 4 |
# File 'lib/endpointer/cache_container.rb', line 2 def end |