Class: DrawioDsl::Configuration::BaseStyle

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

Instance Attribute Summary collapse

Instance Attribute Details

#glassObject

Returns the value of attribute glass

Returns:

  • (Object)

    the current value of glass



11
12
13
# File 'lib/drawio_dsl/configuration.rb', line 11

def glass
  @glass
end

#htmlObject

Returns the value of attribute html

Returns:

  • (Object)

    the current value of html



11
12
13
# File 'lib/drawio_dsl/configuration.rb', line 11

def html
  @html
end

#roundedObject

Returns the value of attribute rounded

Returns:

  • (Object)

    the current value of rounded



11
12
13
# File 'lib/drawio_dsl/configuration.rb', line 11

def rounded
  @rounded
end

#shadowObject

Returns the value of attribute shadow

Returns:

  • (Object)

    the current value of shadow



11
12
13
# File 'lib/drawio_dsl/configuration.rb', line 11

def shadow
  @shadow
end

#sketchObject

Returns the value of attribute sketch

Returns:

  • (Object)

    the current value of sketch



11
12
13
# File 'lib/drawio_dsl/configuration.rb', line 11

def sketch
  @sketch
end

#white_spaceObject

Returns the value of attribute white_space

Returns:

  • (Object)

    the current value of white_space



11
12
13
# File 'lib/drawio_dsl/configuration.rb', line 11

def white_space
  @white_space
end