Class: Screengem::Task

Inherits:
Object
  • Object
show all
Includes:
RSpec::Matchers, Configurable, DSL, Executable
Defined in:
lib/screengem/task.rb

Overview

Base class for all tasks.

Direct Known Subclasses

Factories::TaskFactory::TaskError

Instance Method Summary collapse

Methods included from DSL

#question, #task

Methods included from Executable

#execute

Methods included from Configurable

#configure

Instance Method Details

#performObject



13
14
15
# File 'lib/screengem/task.rb', line 13

def perform
  execute
end