class Kounta::Staff

Public Instance Methods

name() click to toggle source
# File lib/kounta/staff.rb, line 19
def name
  "#{first_name} #{last_name}"
end
resource_path() click to toggle source
# File lib/kounta/staff.rb, line 26
def resource_path
  { companies: company_id, staff: id }
end