Class: Safelylaunch::HttpCache::Value
- Inherits:
-
Struct
- Object
- Struct
- Safelylaunch::HttpCache::Value
- Defined in:
- lib/safelylaunch/http_cache.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#expired_time ⇒ Object
Returns the value of attribute expired_time.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
5 6 7 |
# File 'lib/safelylaunch/http_cache.rb', line 5 def data @data end |
#expired_time ⇒ Object
Returns the value of attribute expired_time
5 6 7 |
# File 'lib/safelylaunch/http_cache.rb', line 5 def expired_time @expired_time end |