Sha256: 10363fa014506f596aaa20e7e63e1526dedf17b68c919cefc11aafafd649c5bf
Contents?: true
Size: 509 Bytes
Versions: 3
Compression:
Stored size: 509 Bytes
Contents
class Ey::Core::Client class Real def get_application_deployment(params={}) id = params["id"] url = params["url"] request( :path => "application-deployments/#{id}", :url => url ) end end # Real class Mock def get_application_deployment(params={}) response( :body => {"application_deployment" => self.find(:application_deployments, resource_identity(params))}, ) end end # Mock end # Ey::Core::Client
Version data entries
3 entries across 3 versions & 1 rubygems