Class: Alki::Execution::CacheEntry

Inherits:
Object
  • Object
show all
Defined in:
lib/alki/execution/cache_entry.rb

Class Method Summary collapse

Class Method Details

.buildingObject



6
7
8
# File 'lib/alki/execution/cache_entry.rb', line 6

def self.building
  new nil, nil, :building
end

.finished(type, value) ⇒ Object



10
11
12
# File 'lib/alki/execution/cache_entry.rb', line 10

def self.finished(type,value)
  new type, value, :done
end