Class: DrawioDsl::Configuration::BaseStyle
- Inherits:
-
Struct
- Object
- Struct
- DrawioDsl::Configuration::BaseStyle
- Defined in:
- lib/drawio_dsl/configuration.rb
Instance Attribute Summary collapse
-
#glass ⇒ Object
Returns the value of attribute glass.
-
#html ⇒ Object
Returns the value of attribute html.
-
#rounded ⇒ Object
Returns the value of attribute rounded.
-
#shadow ⇒ Object
Returns the value of attribute shadow.
-
#sketch ⇒ Object
Returns the value of attribute sketch.
-
#white_space ⇒ Object
Returns the value of attribute white_space.
Instance Attribute Details
#glass ⇒ Object
Returns the value of attribute glass
11 12 13 |
# File 'lib/drawio_dsl/configuration.rb', line 11 def glass @glass end |
#html ⇒ Object
Returns the value of attribute html
11 12 13 |
# File 'lib/drawio_dsl/configuration.rb', line 11 def html @html end |
#rounded ⇒ Object
Returns the value of attribute rounded
11 12 13 |
# File 'lib/drawio_dsl/configuration.rb', line 11 def rounded @rounded end |
#shadow ⇒ Object
Returns the value of attribute shadow
11 12 13 |
# File 'lib/drawio_dsl/configuration.rb', line 11 def shadow @shadow end |
#sketch ⇒ Object
Returns the value of attribute sketch
11 12 13 |
# File 'lib/drawio_dsl/configuration.rb', line 11 def sketch @sketch end |
#white_space ⇒ Object
Returns the value of attribute white_space
11 12 13 |
# File 'lib/drawio_dsl/configuration.rb', line 11 def white_space @white_space end |