Class: VivlioStarter::CLI::PreProcessCommands::TableConverter::Table

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

Instance Attribute Details

#alignmentsObject (readonly)

Returns the value of attribute alignments

Returns:

  • (Object)

    the current value of alignments



36
37
38
# File 'lib/vivlio_starter/cli/pre_process/table_converter.rb', line 36

def alignments
  @alignments
end

#body_rowsObject (readonly)

Returns the value of attribute body_rows

Returns:

  • (Object)

    the current value of body_rows



36
37
38
# File 'lib/vivlio_starter/cli/pre_process/table_converter.rb', line 36

def body_rows
  @body_rows
end

#header_rowsObject (readonly)

Returns the value of attribute header_rows

Returns:

  • (Object)

    the current value of header_rows



36
37
38
# File 'lib/vivlio_starter/cli/pre_process/table_converter.rb', line 36

def header_rows
  @header_rows
end