Sha256: 95bb510babdd6056f11c6ba15de78026116026e6738d990ab65fcb8e0a4e7647
Contents?: true
Size: 433 Bytes
Versions: 54
Compression:
Stored size: 433 Bytes
Contents
class Ey::Core::Client class Real def get_application(params={}) id = params["id"] url = params["url"] request( :path => "applications/#{id}", :url => url ) end end # Real class Mock def get_application(params={}) response( :body => {"application" => self.find(:applications, resource_identity(params))}, ) end end # Mock end # Ey::Core::Client
Version data entries
54 entries across 54 versions & 3 rubygems