Class: Innodb::List::Node
- Inherits:
-
Struct
- Object
- Struct
- Innodb::List::Node
- Defined in:
- lib/innodb/list.rb
Instance Attribute Summary collapse
-
#next ⇒ Object
Returns the value of attribute next.
-
#prev ⇒ Object
Returns the value of attribute prev.
Instance Attribute Details
#next ⇒ Object
Returns the value of attribute next
16 17 18 |
# File 'lib/innodb/list.rb', line 16 def next @next end |
#prev ⇒ Object
Returns the value of attribute prev
16 17 18 |
# File 'lib/innodb/list.rb', line 16 def prev @prev end |