Class: Swarm::StoredWorkitem

Inherits:
HiveDweller show all
Extended by:
Forwardable
Defined in:
lib/swarm/stored_workitem.rb

Instance Attribute Summary

Attributes inherited from HiveDweller

#hive, #id

Instance Method Summary collapse

Methods inherited from HiveDweller

#==, all, #attributes, #change_attribute, #changed?, create, #delete, each, fetch, ids, inherited, #initialize, many_to_one, #new?, new_from_storage, one_to_many, #reload!, #save, #set_attributes, set_columns, #storage, #storage_id, storage_id_for_key, storage_type, #to_hash

Constructor Details

This class inherits a constructor from Swarm::HiveDweller

Instance Method Details

#proceedObject



10
11
12
13
# File 'lib/swarm/stored_workitem.rb', line 10

def proceed
  delete
  expression.reply
end