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.
28 29 30 31 |
# File 'lib/markawesome.rb', line 28 def initialize @callout_icons = default_callout_icons @custom_components = {} end |
Instance Attribute Details
#callout_icons ⇒ Object
Returns the value of attribute callout_icons.
26 27 28 |
# File 'lib/markawesome.rb', line 26 def callout_icons @callout_icons end |
#custom_components ⇒ Object
Returns the value of attribute custom_components.
26 27 28 |
# File 'lib/markawesome.rb', line 26 def custom_components @custom_components end |