class Recruitee::Placement

Public Instance Methods

candidate() click to toggle source
# File lib/recruitee/resources/placement.rb, line 5
def candidate
  @_candidate ||= client.candidates.find(candidate_id)
end
offer() click to toggle source
# File lib/recruitee/resources/placement.rb, line 9
def offer
  @_offer ||= client.offers.find(offer_id)
end