Class: Winnow::Location
- Inherits:
-
Struct
- Object
- Struct
- Winnow::Location
- Defined in:
- lib/winnow.rb
Instance Attribute Summary collapse
-
#index ⇒ Object
Returns the value of attribute index.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Attribute Details
#index ⇒ Object
Returns the value of attribute index
7 8 9 |
# File 'lib/winnow.rb', line 7 def index @index end |
#source ⇒ Object
Returns the value of attribute source
7 8 9 |
# File 'lib/winnow.rb', line 7 def source @source end |