Class: BasicBlock::Table::Td
- Defined in:
- lib/relaton_iec/basic_block/table.rb
Constant Summary
Constants inherited from TabCell
BasicBlock::Table::TabCell::ALIGNS, BasicBlock::Table::TabCell::VALIGNS
Instance Method Summary collapse
Methods inherited from TabCell
Constructor Details
This class inherits a constructor from BasicBlock::Table::TabCell
Instance Method Details
#to_xml(builder) ⇒ Object
103 104 105 |
# File 'lib/relaton_iec/basic_block/table.rb', line 103 def to_xml(builder) builder.th { super } end |