Class: VivlioStarter::CLI::PreProcessCommands::ShowcaseSvgBuilder::ShowcaseBlock
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::CLI::PreProcessCommands::ShowcaseSvgBuilder::ShowcaseBlock
- Defined in:
- lib/vivlio_starter/cli/pre_process/showcase_svg_builder.rb
Overview
showcase ブロック 1 つ分。crop は [top, right, bottom, left](パーミル正規化済み)。
Instance Attribute Summary collapse
-
#alt ⇒ Object
readonly
Returns the value of attribute alt.
-
#annotations ⇒ Object
readonly
Returns the value of attribute annotations.
-
#crop ⇒ Object
readonly
Returns the value of attribute crop.
-
#image_path ⇒ Object
readonly
Returns the value of attribute image_path.
-
#width ⇒ Object
readonly
Returns the value of attribute width.
Instance Attribute Details
#alt ⇒ Object (readonly)
Returns the value of attribute alt
31 32 33 |
# File 'lib/vivlio_starter/cli/pre_process/showcase_svg_builder.rb', line 31 def alt @alt end |
#annotations ⇒ Object (readonly)
Returns the value of attribute annotations
31 32 33 |
# File 'lib/vivlio_starter/cli/pre_process/showcase_svg_builder.rb', line 31 def annotations @annotations end |
#crop ⇒ Object (readonly)
Returns the value of attribute crop
31 32 33 |
# File 'lib/vivlio_starter/cli/pre_process/showcase_svg_builder.rb', line 31 def crop @crop end |
#image_path ⇒ Object (readonly)
Returns the value of attribute image_path
31 32 33 |
# File 'lib/vivlio_starter/cli/pre_process/showcase_svg_builder.rb', line 31 def image_path @image_path end |
#width ⇒ Object (readonly)
Returns the value of attribute width
31 32 33 |
# File 'lib/vivlio_starter/cli/pre_process/showcase_svg_builder.rb', line 31 def width @width end |