Class: Struct::Wikielements

Inherits:
Struct
  • Object
show all
Defined in:
lib/wiki2doc/wiki2docgenerator.rb

Overview

Struct for wiki elements.

Direct Known Subclasses

Docgenerator::Wikimedia::Wikielements

Instance Attribute Summary collapse

Instance Attribute Details

#firstObject

Returns the value of attribute first

Returns:

  • (Object)

    the current value of first



278
279
280
# File 'lib/wiki2doc/wiki2docgenerator.rb', line 278

def first
  @first
end

#l1Object

Returns the value of attribute l1

Returns:

  • (Object)

    the current value of l1



278
279
280
# File 'lib/wiki2doc/wiki2docgenerator.rb', line 278

def l1
  @l1
end

#l2Object

Returns the value of attribute l2

Returns:

  • (Object)

    the current value of l2



278
279
280
# File 'lib/wiki2doc/wiki2docgenerator.rb', line 278

def l2
  @l2
end

#l3Object

Returns the value of attribute l3

Returns:

  • (Object)

    the current value of l3



278
279
280
# File 'lib/wiki2doc/wiki2docgenerator.rb', line 278

def l3
  @l3
end

#l4Object

Returns the value of attribute l4

Returns:

  • (Object)

    the current value of l4



278
279
280
# File 'lib/wiki2doc/wiki2docgenerator.rb', line 278

def l4
  @l4
end

#rowObject

Returns the value of attribute row

Returns:

  • (Object)

    the current value of row



278
279
280
# File 'lib/wiki2doc/wiki2docgenerator.rb', line 278

def row
  @row
end

#tabObject

Returns the value of attribute tab

Returns:

  • (Object)

    the current value of tab



278
279
280
# File 'lib/wiki2doc/wiki2docgenerator.rb', line 278

def tab
  @tab
end