Method: Updater::ORM::ClassMethods#get

Defined in:
lib/updater/orm/orm.rb

#get(id) ⇒ Object

When passed the value returned by the #id method of a job, this method must return that job from the datastore.



147
148
149
# File 'lib/updater/orm/orm.rb', line 147

def get(id)
  NotImplementedError
end