Method: Updater::ORM::ClassMethods#create
- Defined in:
- lib/updater/orm/orm.rb
#create(hash) ⇒ Object
The hash keys are symbols for the one of the 12 field values listed in the intro to the ORM::Base class. The values are the actual values that should be returned by the accessor methods. Depending on the datastore some values may need to be marshaled converted, etc.. before being written to the datastore.
155 156 157 |
# File 'lib/updater/orm/orm.rb', line 155 def create(hash) NotImplementedError end |