Class: VivlioStarter::CLI::PreProcessCommands::TableConverter::Table
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::CLI::PreProcessCommands::TableConverter::Table
- Defined in:
- lib/vivlio_starter/cli/pre_process/table_converter.rb
Overview
解析済みテーブルモデル。header_rows/body_rows は Cell 配列の配列、 alignments は列ごとの整列('left'/'center'/'right'/nil)の配列。
Instance Attribute Summary collapse
-
#alignments ⇒ Object
readonly
Returns the value of attribute alignments.
-
#body_rows ⇒ Object
readonly
Returns the value of attribute body_rows.
-
#header_rows ⇒ Object
readonly
Returns the value of attribute header_rows.
Instance Attribute Details
#alignments ⇒ Object (readonly)
Returns the value of attribute alignments
36 37 38 |
# File 'lib/vivlio_starter/cli/pre_process/table_converter.rb', line 36 def alignments @alignments end |
#body_rows ⇒ Object (readonly)
Returns the value of attribute body_rows
36 37 38 |
# File 'lib/vivlio_starter/cli/pre_process/table_converter.rb', line 36 def body_rows @body_rows end |
#header_rows ⇒ Object (readonly)
Returns the value of attribute header_rows
36 37 38 |
# File 'lib/vivlio_starter/cli/pre_process/table_converter.rb', line 36 def header_rows @header_rows end |