Class: VivlioStarter::CLI::PreProcessCommands::ShowcaseSvgBuilder::Annotation

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

Overview

注釈 1 件。coords は rect => [x, y, w, h] / pointer => [x, y](パーミル正規化済み)。

Instance Attribute Summary collapse

Instance Attribute Details

#commentObject (readonly)

Returns the value of attribute comment

Returns:

  • (Object)

    the current value of comment



28
29
30
# File 'lib/vivlio_starter/cli/pre_process/showcase_svg_builder.rb', line 28

def comment
  @comment
end

#coordsObject (readonly)

Returns the value of attribute coords

Returns:

  • (Object)

    the current value of coords



28
29
30
# File 'lib/vivlio_starter/cli/pre_process/showcase_svg_builder.rb', line 28

def coords
  @coords
end

#numberObject (readonly)

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



28
29
30
# File 'lib/vivlio_starter/cli/pre_process/showcase_svg_builder.rb', line 28

def number
  @number
end

#optionsObject (readonly)

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



28
29
30
# File 'lib/vivlio_starter/cli/pre_process/showcase_svg_builder.rb', line 28

def options
  @options
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



28
29
30
# File 'lib/vivlio_starter/cli/pre_process/showcase_svg_builder.rb', line 28

def type
  @type
end