Class: RText::LinkDetector::LinkDesc
- Inherits:
-
Struct
- Object
- Struct
- RText::LinkDetector::LinkDesc
- Defined in:
- lib/rtext/link_detector.rb
Instance Attribute Summary collapse
-
#backward ⇒ Object
Returns the value of attribute backward.
-
#ecol ⇒ Object
Returns the value of attribute ecol.
-
#element ⇒ Object
Returns the value of attribute element.
-
#feature ⇒ Object
Returns the value of attribute feature.
-
#index ⇒ Object
Returns the value of attribute index.
-
#scol ⇒ Object
Returns the value of attribute scol.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#backward ⇒ Object
Returns the value of attribute backward
13 14 15 |
# File 'lib/rtext/link_detector.rb', line 13 def backward @backward end |
#ecol ⇒ Object
Returns the value of attribute ecol
13 14 15 |
# File 'lib/rtext/link_detector.rb', line 13 def ecol @ecol end |
#element ⇒ Object
Returns the value of attribute element
13 14 15 |
# File 'lib/rtext/link_detector.rb', line 13 def element @element end |
#feature ⇒ Object
Returns the value of attribute feature
13 14 15 |
# File 'lib/rtext/link_detector.rb', line 13 def feature @feature end |
#index ⇒ Object
Returns the value of attribute index
13 14 15 |
# File 'lib/rtext/link_detector.rb', line 13 def index @index end |
#scol ⇒ Object
Returns the value of attribute scol
13 14 15 |
# File 'lib/rtext/link_detector.rb', line 13 def scol @scol end |
#value ⇒ Object
Returns the value of attribute value
13 14 15 |
# File 'lib/rtext/link_detector.rb', line 13 def value @value end |