Class: VivlioStarter::CLI::PreProcessCommands::ShowcaseSvgBuilder::ImageLine
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::CLI::PreProcessCommands::ShowcaseSvgBuilder::ImageLine
- Defined in:
- lib/vivlio_starter/cli/pre_process/showcase_svg_builder.rb
Overview
ブロック内の画像行。attributes は crop=… を解いた Hash。
Instance Attribute Summary collapse
-
#alt ⇒ Object
readonly
Returns the value of attribute alt.
-
#attributes ⇒ Object
readonly
Returns the value of attribute attributes.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Attribute Details
#alt ⇒ Object (readonly)
Returns the value of attribute alt
34 35 36 |
# File 'lib/vivlio_starter/cli/pre_process/showcase_svg_builder.rb', line 34 def alt @alt end |
#attributes ⇒ Object (readonly)
Returns the value of attribute attributes
34 35 36 |
# File 'lib/vivlio_starter/cli/pre_process/showcase_svg_builder.rb', line 34 def attributes @attributes end |
#path ⇒ Object (readonly)
Returns the value of attribute path
34 35 36 |
# File 'lib/vivlio_starter/cli/pre_process/showcase_svg_builder.rb', line 34 def path @path end |