Class: OracleHcm::Worker
Overview
A Worker is a resources that represents an employee within the system.
Instance Attribute Summary
Attributes inherited from Resource
Instance Method Summary collapse
Methods inherited from Resource
cached_property, #canonical_id, child_resource, #initialize, #link, property, #resource_name, resource_name, #resource_url, #uri
Constructor Details
This class inherits a constructor from OracleHcm::Resource
Instance Method Details
#ssns ⇒ Object
18 19 20 |
# File 'lib/oracle_hcm/worker.rb', line 18 def ssns national_identifiers q: "NationalIdentifierType=SSN" end |