Class: NoyoFulfillment::Termination
- Defined in:
- lib/noyo_fulfillment/models/termination.rb
Instance Attribute Summary collapse
-
#employee_id ⇒ Object
Returns the value of attribute employee_id.
-
#last_work_date ⇒ Object
Returns the value of attribute last_work_date.
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_id ⇒ Object
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_date ⇒ Object
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 |