Class: BasicBlock::Table::Th

Inherits:
TabCell
  • Object
show all
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

#initialize

Constructor Details

This class inherits a constructor from BasicBlock::Table::TabCell

Instance Method Details

#to_xml(builder) ⇒ Object

Parameters:

  • builder (Nokogiri::XML::Builder)


110
111
112
# File 'lib/relaton_iec/basic_block/table.rb', line 110

def to_xml(builder)
  builder.td { super }
end