Class: DrawioDsl::Configuration::Shape::LineShapeConfig
- Inherits:
-
Struct
- Object
- Struct
- DrawioDsl::Configuration::Shape::LineShapeConfig
- Defined in:
- lib/drawio_dsl/configuration.rb
Instance Attribute Summary collapse
-
#h ⇒ Object
Returns the value of attribute h.
-
#key ⇒ Object
Returns the value of attribute key.
-
#style_modifiers ⇒ Object
Returns the value of attribute style_modifiers.
-
#w ⇒ Object
Returns the value of attribute w.
-
#x ⇒ Object
Returns the value of attribute x.
-
#y ⇒ Object
Returns the value of attribute y.
Instance Attribute Details
#h ⇒ Object
Returns the value of attribute h
73 74 75 |
# File 'lib/drawio_dsl/configuration.rb', line 73 def h @h end |
#key ⇒ Object
Returns the value of attribute key
73 74 75 |
# File 'lib/drawio_dsl/configuration.rb', line 73 def key @key end |
#style_modifiers ⇒ Object
Returns the value of attribute style_modifiers
73 74 75 |
# File 'lib/drawio_dsl/configuration.rb', line 73 def style_modifiers @style_modifiers end |
#w ⇒ Object
Returns the value of attribute w
73 74 75 |
# File 'lib/drawio_dsl/configuration.rb', line 73 def w @w end |
#x ⇒ Object
Returns the value of attribute x
73 74 75 |
# File 'lib/drawio_dsl/configuration.rb', line 73 def x @x end |
#y ⇒ Object
Returns the value of attribute y
73 74 75 |
# File 'lib/drawio_dsl/configuration.rb', line 73 def y @y end |