Class: DrawioDsl::Configuration::Shape::LineShapeConfig

Inherits:
Struct
  • Object
show all
Defined in:
lib/drawio_dsl/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#hObject

Returns the value of attribute h

Returns:

  • (Object)

    the current value of h



73
74
75
# File 'lib/drawio_dsl/configuration.rb', line 73

def h
  @h
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



73
74
75
# File 'lib/drawio_dsl/configuration.rb', line 73

def key
  @key
end

#style_modifiersObject

Returns the value of attribute style_modifiers

Returns:

  • (Object)

    the current value of style_modifiers



73
74
75
# File 'lib/drawio_dsl/configuration.rb', line 73

def style_modifiers
  @style_modifiers
end

#wObject

Returns the value of attribute w

Returns:

  • (Object)

    the current value of w



73
74
75
# File 'lib/drawio_dsl/configuration.rb', line 73

def w
  @w
end

#xObject

Returns the value of attribute x

Returns:

  • (Object)

    the current value of x



73
74
75
# File 'lib/drawio_dsl/configuration.rb', line 73

def x
  @x
end

#yObject

Returns the value of attribute y

Returns:

  • (Object)

    the current value of y



73
74
75
# File 'lib/drawio_dsl/configuration.rb', line 73

def y
  @y
end