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

Returns:

  • (Object)

    the current value of backward



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

def backward
  @backward
end

#ecolObject

Returns the value of attribute ecol

Returns:

  • (Object)

    the current value of ecol



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

def ecol
  @ecol
end

#elementObject

Returns the value of attribute element

Returns:

  • (Object)

    the current value of element



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

def element
  @element
end

#featureObject

Returns the value of attribute feature

Returns:

  • (Object)

    the current value of feature



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

def feature
  @feature
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



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

def index
  @index
end

#scolObject

Returns the value of attribute scol

Returns:

  • (Object)

    the current value of scol



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

def scol
  @scol
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



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

def value
  @value
end