Class: ChupaText::Configuration::DecomposerConfiguration
- Inherits:
-
Object
- Object
- ChupaText::Configuration::DecomposerConfiguration
- Defined in:
- lib/chupa-text/configuration.rb
Instance Attribute Summary collapse
-
#names ⇒ Object
Returns the value of attribute names.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize ⇒ DecomposerConfiguration
constructor
A new instance of DecomposerConfiguration.
Constructor Details
#initialize ⇒ DecomposerConfiguration
Returns a new instance of DecomposerConfiguration.
42 43 44 45 |
# File 'lib/chupa-text/configuration.rb', line 42 def initialize @names = ["*"] @options = {} end |
Instance Attribute Details
#names ⇒ Object
Returns the value of attribute names.
40 41 42 |
# File 'lib/chupa-text/configuration.rb', line 40 def names @names end |
#options ⇒ Object
Returns the value of attribute options.
41 42 43 |
# File 'lib/chupa-text/configuration.rb', line 41 def @options end |