Class: DrawioDsl::Configuration::Theme::BackgroundThemeConfig

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

Instance Attribute Summary collapse

Instance Attribute Details

#bg_colorObject

Returns the value of attribute bg_color

Returns:

  • (Object)

    the current value of bg_color



331
332
333
# File 'lib/drawio_dsl/configuration.rb', line 331

def bg_color
  @bg_color
end

#favouriteObject

Returns the value of attribute favourite

Returns:

  • (Object)

    the current value of favourite



331
332
333
# File 'lib/drawio_dsl/configuration.rb', line 331

def favourite
  @favourite
end

#font_colorObject

Returns the value of attribute font_color

Returns:

  • (Object)

    the current value of font_color



331
332
333
# File 'lib/drawio_dsl/configuration.rb', line 331

def font_color
  @font_color
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



331
332
333
# File 'lib/drawio_dsl/configuration.rb', line 331

def key
  @key
end