Class: Innodb::List::BaseNode
- Inherits:
-
Struct
- Object
- Struct
- Innodb::List::BaseNode
- Defined in:
- lib/innodb/list.rb
Instance Attribute Summary collapse
-
#first ⇒ Object
Returns the value of attribute first.
-
#last ⇒ Object
Returns the value of attribute last.
-
#length ⇒ Object
Returns the value of attribute length.
Instance Attribute Details
#first ⇒ Object
Returns the value of attribute first
9 10 11 |
# File 'lib/innodb/list.rb', line 9 def first @first end |
#last ⇒ Object
Returns the value of attribute last
9 10 11 |
# File 'lib/innodb/list.rb', line 9 def last @last end |
#length ⇒ Object
Returns the value of attribute length
9 10 11 |
# File 'lib/innodb/list.rb', line 9 def length @length end |