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