Class: Astronoby::Cache::Entry
- Inherits:
-
Struct
- Object
- Struct
- Astronoby::Cache::Entry
- Defined in:
- lib/astronoby/cache.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#next ⇒ Object
Returns the value of attribute next.
-
#prev ⇒ Object
Returns the value of attribute prev.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
10 11 12 |
# File 'lib/astronoby/cache.rb', line 10 def key @key end |
#next ⇒ Object
Returns the value of attribute next
10 11 12 |
# File 'lib/astronoby/cache.rb', line 10 def next @next end |
#prev ⇒ Object
Returns the value of attribute prev
10 11 12 |
# File 'lib/astronoby/cache.rb', line 10 def prev @prev end |
#value ⇒ Object
Returns the value of attribute value
10 11 12 |
# File 'lib/astronoby/cache.rb', line 10 def value @value end |