Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 393 Bytes

File metadata and controls

22 lines (16 loc) · 393 Bytes

StackOneHRIS::Company

Properties

Name Type Description Notes
id String [optional]
name String [optional]
display_name String [optional]

Example

require 'stackone_hris_client'

instance = StackOneHRIS::Company.new(
  id: null,
  name: null,
  display_name: null
)