Class: PPT::DB::Developer

Inherits:
Entity
  • Object
show all
Defined in:
lib/simple-orm/db.rb

Instance Attribute Summary

Attributes inherited from Entity

#presenter

Instance Method Summary collapse

Methods inherited from Entity

#initialize, #new_record?, presenter, #save, #values

Constructor Details

This class inherits a constructor from PPT::DB::Entity

Instance Method Details

#keyObject



48
49
50
# File 'lib/simple-orm/db.rb', line 48

def key
  "devs.#{@presenter.company}.#{@presenter.username}"
end