module Travis::Client::Methods

def build(id)

def build(id)
  session.find_one(Build, id)
end