Class: Raxe::Tasks
- Inherits:
-
Rake::TaskLib
- Object
- Rake::TaskLib
- Raxe::Tasks
- Defined in:
- lib/raxe/tasks.rb
Instance Attribute Summary collapse
-
#raxe ⇒ Object
Returns the value of attribute raxe.
-
#raxe_builder ⇒ Object
Returns the value of attribute raxe_builder.
Instance Method Summary collapse
-
#initialize(raxe) ⇒ Tasks
constructor
A new instance of Tasks.
Constructor Details
#initialize(raxe) ⇒ Tasks
Returns a new instance of Tasks.
16 17 18 19 20 |
# File 'lib/raxe/tasks.rb', line 16 def initialize( raxe ) @raxe = raxe Rake.application.raxe_tasks = self define_tasks() end |
Instance Attribute Details
#raxe ⇒ Object
Returns the value of attribute raxe.
14 15 16 |
# File 'lib/raxe/tasks.rb', line 14 def raxe @raxe end |
#raxe_builder ⇒ Object
Returns the value of attribute raxe_builder.
14 15 16 |
# File 'lib/raxe/tasks.rb', line 14 def raxe_builder @raxe_builder end |