Class: BradyW::BaseTask

Inherits:
Rake::TaskLib
  • Object
show all
Defined in:
lib/basetask.rb

Overview

Used to abstract some of the functionality of building custom tasks in Rake out and also provide a convenient point to mock them for testing purposes

Direct Known Subclasses

BCP, IIS, JsTest, MSBuild, MSTest, MinifyJs, Nunit, Sqlcmd

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name.



9
10
11
# File 'lib/basetask.rb', line 9

def name
  @name
end

#unlessObject

Returns the value of attribute unless.



9
10
11
# File 'lib/basetask.rb', line 9

def unless
  @unless
end