class FlexitimeClient::Resources::Employee

Attributes

employee_key[RW]
first_name[RW]
last_name[RW]
normal_rate[RW]

Public Class Methods

path() click to toggle source
# File lib/flexitime_client/resources/employee.rb, line 4
def self.path
  "/employee.json"
end