Module: Manifester
- Extended by:
- Manifester
- Included in:
- Manifester
- Defined in:
- lib/manifester.rb,
lib/manifester/engine.rb,
lib/manifester/helper.rb,
lib/manifester/version.rb
Defined Under Namespace
Modules: Helper
Classes: Configuration, Engine, Instance, Manifest
Constant Summary
collapse
- VERSION =
'0.1.8'
Instance Method Summary
collapse
Instance Method Details
#instance ⇒ Object
20
21
22
|
# File 'lib/manifester.rb', line 20
def instance
@instance ||= Manifester::Instance.new
end
|
#instance=(instance) ⇒ Object
16
17
18
|
# File 'lib/manifester.rb', line 16
def instance=(instance)
@instance = instance
end
|