Class: Markawesome::Configuration
- Inherits:
-
Object
- Object
- Markawesome::Configuration
- Defined in:
- lib/markawesome.rb
Overview
Configuration class for customizing transformations
Instance Attribute Summary collapse
-
#callout_icons ⇒ Object
Returns the value of attribute callout_icons.
-
#custom_components ⇒ Object
Returns the value of attribute custom_components.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
26 27 28 29 |
# File 'lib/markawesome.rb', line 26 def initialize @callout_icons = default_callout_icons @custom_components = {} end |
Instance Attribute Details
#callout_icons ⇒ Object
Returns the value of attribute callout_icons.
24 25 26 |
# File 'lib/markawesome.rb', line 24 def callout_icons @callout_icons end |
#custom_components ⇒ Object
Returns the value of attribute custom_components.
24 25 26 |
# File 'lib/markawesome.rb', line 24 def custom_components @custom_components end |