Class: Rake::Funnel::Tasks::MSDeploy

Inherits:
TaskLib
  • Object
show all
Includes:
Support, Support::MSDeploy
Defined in:
lib/rake/funnel/tasks/msdeploy.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#argsObject

Returns the value of attribute args.



10
11
12
# File 'lib/rake/funnel/tasks/msdeploy.rb', line 10

def args
  @args
end

#log_fileObject

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

#msdeployObject

Returns the value of attribute msdeploy.



10
11
12
# File 'lib/rake/funnel/tasks/msdeploy.rb', line 10

def msdeploy
  @msdeploy
end

#nameObject

Returns the value of attribute name.



10
11
12
# File 'lib/rake/funnel/tasks/msdeploy.rb', line 10

def name
  @name
end