class

Cruml::Renders::Config

Inherits Reference < Object

Stores the diagram configuration.

Class methods

abstract_color

Gets the color for abstract classes.

Source
class_color

Gets the color for classes.

Source
class_def_colors

Generates the class definitions for the diagram.

Source
color_theme_from_yaml(type : String) : String | Nil

Retrieve the color from the YAML file.

Source
interface_color

Gets the color for interfaces.

Source
module_color

Gets the color for modules.

Source
no_color=(no_color : Bool)

Whether to disable colors in the diagram.

Source
no_color?

Whether to disable colors in the diagram.

Source
text_color

Gets the text color.

Source
theme

The theme of the diagram (:light or :dark).

Source
theme=(theme : Symbol)

The theme of the diagram (:light or :dark).

Source
theme_color

Gets the theme color.

Source
verbose=(verbose : Bool)

Enable the verbose mode

Source
verbose?

Enable the verbose mode

Source