class Rainforest::EnvironmentRunsEndpoint
Public Instance Methods
all(params={}, headers={})
click to toggle source
# File lib/rainforest/endpoints/environment_runs_endpoint.rb, line 4 def all(params={}, headers={}) method = ApiMethod.new(:get, "/environments/:id/runs", params, headers, @parent) json = @client.execute(method) ApiList.new(:Run, json, method) end