class Tripletexer::Endpoints::Department

Public Instance Methods

find(id, params = {}) click to toggle source

tripletex.no/v2-docs/#!/department/get

# File lib/tripletexer/endpoints/department.rb, line 12
def find(id, params = {})
  find_entity("/v2/department/#{id}", params)
end