Sha256: f37e210c487596d9ae9b476d139c286c5738c1724812dda809ab8cf6213f91b1
Contents?: true
Size: 488 Bytes
Versions: 54
Compression:
Stored size: 488 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
54 entries across 54 versions & 3 rubygems