Class: Motion::Project::Config
- Inherits:
-
Object
- Object
- Motion::Project::Config
- Defined in:
- lib/motion/project/smarticons.rb
Instance Method Summary collapse
Instance Method Details
#smarticons ⇒ Object
77 78 79 |
# File 'lib/motion/project/smarticons.rb', line 77 def smarticons @smarticons ||= SmartIconsConfig.new(self) end |
#smarticons! ⇒ Object
72 73 74 75 |
# File 'lib/motion/project/smarticons.rb', line 72 def smarticons! @smarticons ||= SmartIconsConfig.new(self) @smarticons.build! end |
#smarticons=(string) ⇒ Object
81 82 83 84 85 |
# File 'lib/motion/project/smarticons.rb', line 81 def smarticons=(string) @smarticons ||= SmartIconsConfig.new(self) @smarticons.text = string @smarticons.build! end |