Class: Operation

Inherits:
Object
  • Object
show all
Defined in:
lib/keight/skeleton/app/model.rb

Overview

Operation class (aka Service class)

Instance Method Summary collapse

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, =nil)
  @db = db
  @login_user = 
end