Class: Operation
- Inherits:
-
Object
- Object
- Operation
- Defined in:
- lib/keight/skeleton/app/model.rb
Overview
Operation class (aka Service class)
Instance Method Summary collapse
-
#initialize(db, login_user = nil) ⇒ Operation
constructor
A new instance of Operation.
Constructor Details
#initialize(db, login_user = nil) ⇒ Operation
Returns a new instance of Operation.
93 94 95 96 |
# File 'lib/keight/skeleton/app/model.rb', line 93 def initialize(db, login_user=nil) @db = db @login_user = login_user end |