Class: Rake::Funnel::Tasks::MSDeploy
- Inherits:
-
TaskLib
- Object
- TaskLib
- Rake::Funnel::Tasks::MSDeploy
- Includes:
- Support, Support::MSDeploy
- Defined in:
- lib/rake/funnel/tasks/msdeploy.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#log_file ⇒ Object
Returns the value of attribute log_file.
-
#msdeploy ⇒ Object
Returns the value of attribute msdeploy.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(*args, &task_block) ⇒ MSDeploy
constructor
A new instance of MSDeploy.
Constructor Details
#initialize(*args, &task_block) ⇒ MSDeploy
Returns a new instance of MSDeploy.
12 13 14 15 16 |
# File 'lib/rake/funnel/tasks/msdeploy.rb', line 12 def initialize(*args, &task_block) setup_ivars(args) define(args, &task_block) end |
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args.
10 11 12 |
# File 'lib/rake/funnel/tasks/msdeploy.rb', line 10 def args @args end |
#log_file ⇒ Object
Returns the value of attribute log_file.
10 11 12 |
# File 'lib/rake/funnel/tasks/msdeploy.rb', line 10 def log_file @log_file end |
#msdeploy ⇒ Object
Returns the value of attribute msdeploy.
10 11 12 |
# File 'lib/rake/funnel/tasks/msdeploy.rb', line 10 def msdeploy @msdeploy end |
#name ⇒ Object
Returns the value of attribute name.
10 11 12 |
# File 'lib/rake/funnel/tasks/msdeploy.rb', line 10 def name @name end |