Module: Bumbleworks::Tasks::Base

Defined in:
lib/bumbleworks/tasks/base.rb

Instance Method Summary collapse

Instance Method Details

#after_complete(params) ⇒ Object



13
14
# File 'lib/bumbleworks/tasks/base.rb', line 13

def after_complete(params)
end

#after_dispatchObject



16
17
# File 'lib/bumbleworks/tasks/base.rb', line 16

def after_dispatch
end

#after_update(params) ⇒ Object



7
8
# File 'lib/bumbleworks/tasks/base.rb', line 7

def after_update(params)
end

#before_complete(params) ⇒ Object



10
11
# File 'lib/bumbleworks/tasks/base.rb', line 10

def before_complete(params)
end

#before_update(params) ⇒ Object



4
5
# File 'lib/bumbleworks/tasks/base.rb', line 4

def before_update(params)
end

#completable?Boolean

Returns:

  • (Boolean)


19
20
21
# File 'lib/bumbleworks/tasks/base.rb', line 19

def completable?
  true
end