Module: VitableConnect::Types::EmployeeClass

Extended by:
Internal::Types::Enum
Defined in:
lib/VitableConnect/types/employee_class.rb

Constant Summary collapse

FULL_TIME =
"Full Time"
PART_TIME =
"Part Time"
TEMPORARY =
"Temporary"
INTERN =
"Intern"
SEASONAL =
"Seasonal"
INDIVIDUAL_CONTRACTOR =
"Individual Contractor"

Method Summary

Methods included from Internal::Types::Enum

coerce, finalize!, inspect, load, strict!, strict?, values

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load