Class: Node
- Inherits:
-
Struct
- Object
- Struct
- Node
- Defined in:
- lib/etiqueta/DLL.rb
Instance Attribute Summary collapse
-
#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
#next_ ⇒ Object
Returns the value of attribute next_
1 2 3 |
# File 'lib/etiqueta/DLL.rb', line 1 def next_ @next_ end |
#prev ⇒ Object
Returns the value of attribute prev
1 2 3 |
# File 'lib/etiqueta/DLL.rb', line 1 def prev @prev end |
#value ⇒ Object
Returns the value of attribute value
1 2 3 |
# File 'lib/etiqueta/DLL.rb', line 1 def value @value end |