Class: NoyoFulfillment::Termination

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/noyo_fulfillment/models/termination.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

#==, #attributes, class_name, #excluded_attributes, #initialize, #inspect, #synced_attributes, #to_h, #update_attrs

Constructor Details

This class inherits a constructor from NoyoFulfillment::BaseModel

Instance Attribute Details

#employee_idObject

Returns the value of attribute employee_id.



3
4
5
# File 'lib/noyo_fulfillment/models/termination.rb', line 3

def employee_id
  @employee_id
end

#last_work_dateObject

Returns the value of attribute last_work_date.



3
4
5
# File 'lib/noyo_fulfillment/models/termination.rb', line 3

def last_work_date
  @last_work_date
end