Class: Docgenerator::Creole::Creole_tab::Cell

Inherits:
Struct
  • Object
show all
Defined in:
lib/docgenerator/creole/tabular.rb

Overview

Extend the class by a little structure

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



26
27
28
# File 'lib/docgenerator/creole/tabular.rb', line 26

def content
  @content
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



26
27
28
# File 'lib/docgenerator/creole/tabular.rb', line 26

def type
  @type
end