Sha256: 54ecfbb12221891c1faf894cf48a5fef1818326157add480074295153e6586bb
Contents?: true
Size: 363 Bytes
Versions: 34
Compression:
Stored size: 363 Bytes
Contents
class Ey::Core::Client class Real def update_environment(params={}) request( :method => :put, :path => "/environments/#{params.fetch("id")}", :body => {"environment" => params.fetch("environment")}, ) end end class Mock def update_environment(params={}) raise NotImplementedError end end end
Version data entries
34 entries across 34 versions & 2 rubygems