Class: Nodo
- Inherits:
-
Struct
- Object
- Struct
- Nodo
- Defined in:
- lib/bibliogem/Lista.rb
Instance Attribute Summary (collapse)
-
- (Object) anterior
Returns the value of attribute anterior.
-
- (Object) siguiente
Returns the value of attribute siguiente.
-
- (Object) valor
Returns the value of attribute valor.
Instance Attribute Details
- (Object) anterior
Returns the value of attribute anterior
3 4 5 |
# File 'lib/bibliogem/Lista.rb', line 3 def anterior @anterior end |
- (Object) siguiente
Returns the value of attribute siguiente
3 4 5 |
# File 'lib/bibliogem/Lista.rb', line 3 def siguiente @siguiente end |
- (Object) valor
Returns the value of attribute valor
3 4 5 |
# File 'lib/bibliogem/Lista.rb', line 3 def valor @valor end |