Sha256: a7a7ae0884c1008529a922864657dd0a8b13022a5df905d080466c05df36a773

Contents?: true

Size: 281 Bytes

Versions: 4

Compression:

Stored size: 281 Bytes

Contents

module Rainforest
  class EnvironmentRunsEndpoint < ApiEndpoint

    def all(params={}, headers={})
      method = ApiMethod.new(:get, "/environments/:id/runs", params, headers, @parent)
      json = @client.execute(method)
      ApiList.new(:Run, json, method)
    end

  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rainforest-2.1.0 lib/rainforest/endpoints/environment_runs_endpoint.rb
rainforest-2.0.2 lib/rainforest/endpoints/environment_runs_endpoint.rb
rainforest-2.0.1 lib/rainforest/endpoints/environment_runs_endpoint.rb
rainforest-2.0.0 lib/rainforest/endpoints/environment_runs_endpoint.rb