Class: Winnow::Location

Inherits:
Struct
  • Object
show all
Defined in:
lib/winnow.rb

Instance Attribute Summary collapse

Instance Attribute Details

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



7
8
9
# File 'lib/winnow.rb', line 7

def index
  @index
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



7
8
9
# File 'lib/winnow.rb', line 7

def source
  @source
end