Class: RedminePluginSupport::GeneralTask

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = :noop) ⇒ GeneralTask

Returns a new instance of GeneralTask.



5
6
7
# File 'lib/redmine_plugin_support/general_task.rb', line 5

def initialize(name=:noop)
  define
end

Instance Attribute Details

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/redmine_plugin_support/general_task.rb', line 3

def name
  @name
end

Instance Method Details

#defineObject



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

def define
  # noop
end