Class: VivlioStarter::CLI::PreProcessCommands::ShowcaseSvgBuilder::Annotation
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::CLI::PreProcessCommands::ShowcaseSvgBuilder::Annotation
- 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
-
#comment ⇒ Object
readonly
Returns the value of attribute comment.
-
#coords ⇒ Object
readonly
Returns the value of attribute coords.
-
#number ⇒ Object
readonly
Returns the value of attribute number.
-
#options ⇒ Object
readonly
Returns the value of attribute options.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#comment ⇒ Object (readonly)
Returns the value of attribute comment
28 29 30 |
# File 'lib/vivlio_starter/cli/pre_process/showcase_svg_builder.rb', line 28 def comment @comment end |
#coords ⇒ Object (readonly)
Returns the value of attribute coords
28 29 30 |
# File 'lib/vivlio_starter/cli/pre_process/showcase_svg_builder.rb', line 28 def coords @coords end |
#number ⇒ Object (readonly)
Returns the value of attribute number
28 29 30 |
# File 'lib/vivlio_starter/cli/pre_process/showcase_svg_builder.rb', line 28 def number @number end |
#options ⇒ Object (readonly)
Returns the value of attribute options
28 29 30 |
# File 'lib/vivlio_starter/cli/pre_process/showcase_svg_builder.rb', line 28 def @options end |
#type ⇒ Object (readonly)
Returns the value of attribute type
28 29 30 |
# File 'lib/vivlio_starter/cli/pre_process/showcase_svg_builder.rb', line 28 def type @type end |