class Rbvore::Employee

Attributes

check_name[RW]
first_name[RW]
id[RW]
last_name[RW]
login[RW]
middle_name[RW]
pos_id[RW]
start_date[RW]

Public Class Methods

new(hash) click to toggle source
# File lib/rbvore/employee.rb, line 8
def initialize(hash)
  set_attributes(hash)
end