Method: Traitify::Client::Career#career

Defined in:
lib/traitify/client/careers.rb

#career(id) ⇒ Object Also known as: find_career



17
18
19
20
21
# File 'lib/traitify/client/careers.rb', line 17

def career(id)
  response = get("/careers/#{id}")

  Hashie::Mash.new(response)
end