Method: Employee#initialize

Defined in:
lib/gatekeeper_api_client/resources/employee.rb

#initialize(record, on_error: ErrorHandler) ⇒ Employee

Returns a new instance of Employee.



2
3
4
# File 'lib/gatekeeper_api_client/resources/employee.rb', line 2

def initialize(record, on_error: ErrorHandler)
  super(record, on_error: on_error)
end