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
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 |