Class: Contrek::Finder::Lists::Link

Inherits:
Struct
  • Object
show all
Defined in:
lib/contrek/finder/lists.rb

Instance Attribute Summary collapse

Instance Attribute Details

#insideObject

Returns the value of attribute inside

Returns:

  • (Object)

    the current value of inside



4
5
6
# File 'lib/contrek/finder/lists.rb', line 4

def inside
  @inside
end

#nextObject

Returns the value of attribute next

Returns:

  • (Object)

    the current value of next



4
5
6
# File 'lib/contrek/finder/lists.rb', line 4

def next
  @next
end

#prevObject

Returns the value of attribute prev

Returns:

  • (Object)

    the current value of prev



4
5
6
# File 'lib/contrek/finder/lists.rb', line 4

def prev
  @prev
end