Class: VivlioStarter::CLI::PreProcessCommands::TableConverter::Cell
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::CLI::PreProcessCommands::TableConverter::Cell
- Defined in:
- lib/vivlio_starter/cli/pre_process/table_converter.rb
Overview
セルの値オブジェクト。colspan は結合数(1=非結合)。
Instance Attribute Summary collapse
-
#colspan ⇒ Object
readonly
Returns the value of attribute colspan.
-
#content ⇒ Object
readonly
Returns the value of attribute content.
Instance Attribute Details
#colspan ⇒ Object (readonly)
Returns the value of attribute colspan
32 33 34 |
# File 'lib/vivlio_starter/cli/pre_process/table_converter.rb', line 32 def colspan @colspan end |
#content ⇒ Object (readonly)
Returns the value of attribute content
32 33 34 |
# File 'lib/vivlio_starter/cli/pre_process/table_converter.rb', line 32 def content @content end |