class Pallets::Task

Attributes

context[R]

Public Class Methods

new(context = {}) click to toggle source
# File lib/pallets/task.rb, line 5
def initialize(context = {})
  @context = context
end

Public Instance Methods

run() click to toggle source
# File lib/pallets/task.rb, line 9
def run
end