Class: Safelylaunch::HttpCache::Value

Inherits:
Struct
  • Object
show all
Defined in:
lib/safelylaunch/http_cache.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



5
6
7
# File 'lib/safelylaunch/http_cache.rb', line 5

def data
  @data
end

#expired_timeObject

Returns the value of attribute expired_time

Returns:

  • (Object)

    the current value of expired_time



5
6
7
# File 'lib/safelylaunch/http_cache.rb', line 5

def expired_time
  @expired_time
end