Class: Ufo::Tasks

Inherits:
Command show all
Defined in:
lib/ufo/tasks.rb

Defined Under Namespace

Classes: Builder, Register

Instance Method Summary collapse

Methods inherited from Command

alter_command_description, command_help, dispatch, website

Instance Method Details

#buildObject



6
7
8
# File 'lib/ufo/tasks.rb', line 6

def build
  Tasks::Builder.new(options).build
end

#registerObject



12
13
14
# File 'lib/ufo/tasks.rb', line 12

def register
  Tasks::Register.register(:all, options)
end