Class: VivlioStarter::CLI::PreProcessCommands::TableConverter::Cell

Inherits:
Data
  • Object
show all
Defined in:
lib/vivlio_starter/cli/pre_process/table_converter.rb

Overview

セルの値オブジェクト。colspan は結合数(1=非結合)。

Instance Attribute Summary collapse

Instance Attribute Details

#colspanObject (readonly)

Returns the value of attribute colspan

Returns:

  • (Object)

    the current value of colspan



32
33
34
# File 'lib/vivlio_starter/cli/pre_process/table_converter.rb', line 32

def colspan
  @colspan
end

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



32
33
34
# File 'lib/vivlio_starter/cli/pre_process/table_converter.rb', line 32

def content
  @content
end