Sha256: 3228657dcc9c40f6935d17125191b564d6c97e2a116c516eddf127d1a84bd5bd
Contents?: true
Size: 268 Bytes
Versions: 7
Compression:
Stored size: 268 Bytes
Contents
# frozen_string_literal: true module Sourcescrub # Models module Models # Employee class EmployeeRange < Entity ENDPOINT = 'employeerange' def field_ids %w[ employeeRange date ] end end end end
Version data entries
7 entries across 7 versions & 1 rubygems