Class: LinkParser::Linkage::Link

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

Overview

Link struct (:lword, :rword, :length, :label, :llabel, :rlabel, :desc)

Instance Attribute Summary collapse

Instance Attribute Details

#descObject

Returns the value of attribute desc

Returns:

  • (Object)

    the current value of desc



162
163
164
# File 'lib/linkparser/linkage.rb', line 162

def desc
  @desc
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



162
163
164
# File 'lib/linkparser/linkage.rb', line 162

def label
  @label
end

#lengthObject

Returns the value of attribute length

Returns:

  • (Object)

    the current value of length



162
163
164
# File 'lib/linkparser/linkage.rb', line 162

def length
  @length
end

#llabelObject

Returns the value of attribute llabel

Returns:

  • (Object)

    the current value of llabel



162
163
164
# File 'lib/linkparser/linkage.rb', line 162

def llabel
  @llabel
end

#lwordObject

Returns the value of attribute lword

Returns:

  • (Object)

    the current value of lword



162
163
164
# File 'lib/linkparser/linkage.rb', line 162

def lword
  @lword
end

#rlabelObject

Returns the value of attribute rlabel

Returns:

  • (Object)

    the current value of rlabel



162
163
164
# File 'lib/linkparser/linkage.rb', line 162

def rlabel
  @rlabel
end

#rwordObject

Returns the value of attribute rword

Returns:

  • (Object)

    the current value of rword



162
163
164
# File 'lib/linkparser/linkage.rb', line 162

def rword
  @rword
end