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