Method: CIMI::Service::Base#destroy

Defined in:
lib/cimi/service/base.rb

#destroyObject

Destroy the database attributes for this model



208
209
210
211
# File 'lib/cimi/service/base.rb', line 208

def destroy
  @entity.destroy
  self
end