Class: DrawioDsl::Configuration::Theme::ElementThemeConfig
- Inherits:
-
Struct
- Object
- Struct
- DrawioDsl::Configuration::Theme::ElementThemeConfig
- Defined in:
- lib/drawio_dsl/configuration.rb
Instance Attribute Summary collapse
-
#fill_color ⇒ Object
Returns the value of attribute fill_color.
-
#font_color ⇒ Object
Returns the value of attribute font_color.
-
#gradient ⇒ Object
Returns the value of attribute gradient.
-
#key ⇒ Object
Returns the value of attribute key.
-
#stroke_color ⇒ Object
Returns the value of attribute stroke_color.
Instance Attribute Details
#fill_color ⇒ Object
Returns the value of attribute fill_color
332 333 334 |
# File 'lib/drawio_dsl/configuration.rb', line 332 def fill_color @fill_color end |
#font_color ⇒ Object
Returns the value of attribute font_color
332 333 334 |
# File 'lib/drawio_dsl/configuration.rb', line 332 def font_color @font_color end |
#gradient ⇒ Object
Returns the value of attribute gradient
332 333 334 |
# File 'lib/drawio_dsl/configuration.rb', line 332 def gradient @gradient end |
#key ⇒ Object
Returns the value of attribute key
332 333 334 |
# File 'lib/drawio_dsl/configuration.rb', line 332 def key @key end |
#stroke_color ⇒ Object
Returns the value of attribute stroke_color
332 333 334 |
# File 'lib/drawio_dsl/configuration.rb', line 332 def stroke_color @stroke_color end |