Module: AutoTagging::Config
Instance Attribute Summary collapse
-
#mains ⇒ Object
Returns the value of attribute mains.
-
#services ⇒ Object
Returns the value of attribute services.
Instance Method Summary collapse
Methods included from StringExt
Instance Attribute Details
#mains ⇒ Object
Returns the value of attribute mains.
14 15 16 |
# File 'lib/auto_tagging/config.rb', line 14 def mains @mains end |
#services ⇒ Object
Returns the value of attribute services.
14 15 16 |
# File 'lib/auto_tagging/config.rb', line 14 def services @services end |
Instance Method Details
#reset_mains ⇒ Object
21 22 23 |
# File 'lib/auto_tagging/config.rb', line 21 def reset_mains self.mains = [] end |