Method: TestingBot::Api#get_build

Defined in:
lib/testingbot/api.rb

#get_build(build_identifier) ⇒ Object



118
119
120
# File 'lib/testingbot/api.rb', line 118

def get_build(build_identifier)
  get("/builds/#{build_identifier}")
end