Class: Avm::Launcher::Publish::Base
- Inherits:
-
Object
- Object
- Avm::Launcher::Publish::Base
- Defined in:
- lib/avm/launcher/publish/base.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#instance ⇒ Object
readonly
Returns the value of attribute instance.
Instance Method Summary collapse
- #check ⇒ Object
-
#initialize(instance) ⇒ Base
constructor
A new instance of Base.
- #run ⇒ Object
Constructor Details
#initialize(instance) ⇒ Base
11 12 13 |
# File 'lib/avm/launcher/publish/base.rb', line 11 def initialize(instance) @instance = instance end |
Instance Attribute Details
#instance ⇒ Object (readonly)
Returns the value of attribute instance.
9 10 11 |
# File 'lib/avm/launcher/publish/base.rb', line 9 def instance @instance end |