Class: Cache::CACHE_OBJECT

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

Instance Attribute Summary collapse

Instance Attribute Details

#atimeObject

Returns the value of attribute atime

Returns:

  • (Object)

    the current value of atime



10
11
12
# File 'lib/cache.rb', line 10

def atime
  @atime
end

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



10
11
12
# File 'lib/cache.rb', line 10

def content
  @content
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



10
11
12
# File 'lib/cache.rb', line 10

def size
  @size
end