Class: Markawesome::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/markawesome.rb

Overview

Configuration class for customizing transformations

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

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_iconsObject

Returns the value of attribute callout_icons.



24
25
26
# File 'lib/markawesome.rb', line 24

def callout_icons
  @callout_icons
end

#custom_componentsObject

Returns the value of attribute custom_components.



24
25
26
# File 'lib/markawesome.rb', line 24

def custom_components
  @custom_components
end