Class: OracleHcm::Worker

Inherits:
Resource show all
Defined in:
lib/oracle_hcm/worker.rb

Overview

A Worker is a resources that represents an employee within the system.

Instance Attribute Summary

Attributes inherited from Resource

#client, #data, #parent

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

#ssnsObject



18
19
20
# File 'lib/oracle_hcm/worker.rb', line 18

def ssns
  national_identifiers q: "NationalIdentifierType=SSN"
end