Class: RText::LinkDetector::LinkDesc

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

Instance Attribute Summary collapse

Instance Attribute Details

#backwardObject

Returns the value of attribute backward



13
14
15
# File 'lib/rtext/link_detector.rb', line 13

def backward
  @backward
end

#ecolObject

Returns the value of attribute ecol



13
14
15
# File 'lib/rtext/link_detector.rb', line 13

def ecol
  @ecol
end

#elementObject

Returns the value of attribute element



13
14
15
# File 'lib/rtext/link_detector.rb', line 13

def element
  @element
end

#featureObject

Returns the value of attribute feature



13
14
15
# File 'lib/rtext/link_detector.rb', line 13

def feature
  @feature
end

#indexObject

Returns the value of attribute index



13
14
15
# File 'lib/rtext/link_detector.rb', line 13

def index
  @index
end

#scolObject

Returns the value of attribute scol



13
14
15
# File 'lib/rtext/link_detector.rb', line 13

def scol
  @scol
end

#valueObject

Returns the value of attribute value



13
14
15
# File 'lib/rtext/link_detector.rb', line 13

def value
  @value
end