Class: Contrek::Finder::Lists::Link
- Inherits:
-
Struct
- Object
- Struct
- Contrek::Finder::Lists::Link
- Defined in:
- lib/contrek/finder/lists.rb
Instance Attribute Summary collapse
-
#inside ⇒ Object
Returns the value of attribute inside.
-
#next ⇒ Object
Returns the value of attribute next.
-
#prev ⇒ Object
Returns the value of attribute prev.
Instance Attribute Details
#inside ⇒ Object
Returns the value of attribute inside
4 5 6 |
# File 'lib/contrek/finder/lists.rb', line 4 def inside @inside end |
#next ⇒ Object
Returns the value of attribute next
4 5 6 |
# File 'lib/contrek/finder/lists.rb', line 4 def next @next end |
#prev ⇒ Object
Returns the value of attribute prev
4 5 6 |
# File 'lib/contrek/finder/lists.rb', line 4 def prev @prev end |