Class: Tomo::TaskLibrary

Inherits:
Object
  • Object
show all
Includes:
TaskAPI
Defined in:
lib/tomo/task_library.rb

Instance Method Summary collapse

Constructor Details

#initialize(context) ⇒ TaskLibrary

Returns a new instance of TaskLibrary.



7
8
9
# File 'lib/tomo/task_library.rb', line 7

def initialize(context)
  @context = context
end