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.



28
29
30
31
# File 'lib/markawesome.rb', line 28

def initialize
  @callout_icons = default_callout_icons
  @custom_components = {}
end

Instance Attribute Details

#callout_iconsObject

Returns the value of attribute callout_icons.



26
27
28
# File 'lib/markawesome.rb', line 26

def callout_icons
  @callout_icons
end

#custom_componentsObject

Returns the value of attribute custom_components.



26
27
28
# File 'lib/markawesome.rb', line 26

def custom_components
  @custom_components
end