Class: Merge::Hris::LocationTypeEnum

Inherits:
Object
  • Object
show all
Defined in:
lib/merge_ruby_client/hris/types/location_type_enum.rb

Overview

  • ‘HOME` - HOME

  • ‘WORK` - WORK

Constant Summary collapse

HOME =
"HOME"
WORK =
"WORK"