Class: Magica::Command
- Extended by:
- Forwardable
- Includes:
- Rake::DSL
- Defined in:
- lib/magica/command.rb
Defined Under Namespace
Instance Attribute Summary collapse
-
#build ⇒ Object
Returns the value of attribute build.
-
#command ⇒ Object
Returns the value of attribute command.
Instance Method Summary collapse
-
#initialize(build) ⇒ Command
constructor
A new instance of Command.
Constructor Details
#initialize(build) ⇒ Command
Returns a new instance of Command.
11 12 13 |
# File 'lib/magica/command.rb', line 11 def initialize(build) @build = build end |