module Travis::Client::Methods

def artifact(id)

def artifact(id)
  session.find_one(Artifact, id)
end