Class: AppBuilder::Base
- Inherits:
-
Object
- Object
- AppBuilder::Base
- Extended by:
- Forwardable
- Defined in:
- lib/app_builder/base.rb
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
Instance Method Summary collapse
-
#initialize(conf = nil) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(conf = nil) ⇒ Base
Returns a new instance of Base.
10 11 12 |
# File 'lib/app_builder/base.rb', line 10 def initialize(conf = nil) @config = conf || Config.new end |
Instance Attribute Details
#config ⇒ Object
Returns the value of attribute config.
5 6 7 |
# File 'lib/app_builder/base.rb', line 5 def config @config end |