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