Class: VivlioStarter::CLI::PreProcessCommands::ShowcaseSvgBuilder::ImageLine

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

Overview

ブロック内の画像行。attributes は crop=… を解いた Hash。

Instance Attribute Summary collapse

Instance Attribute Details

#altObject (readonly)

Returns the value of attribute alt

Returns:

  • (Object)

    the current value of alt



34
35
36
# File 'lib/vivlio_starter/cli/pre_process/showcase_svg_builder.rb', line 34

def alt
  @alt
end

#attributesObject (readonly)

Returns the value of attribute attributes

Returns:

  • (Object)

    the current value of attributes



34
35
36
# File 'lib/vivlio_starter/cli/pre_process/showcase_svg_builder.rb', line 34

def attributes
  @attributes
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



34
35
36
# File 'lib/vivlio_starter/cli/pre_process/showcase_svg_builder.rb', line 34

def path
  @path
end