Sha256: 6b3b311089d7b002569d93aef6fcb39812dba556ede83e18013c557221153d49
Contents?: true
Size: 422 Bytes
Versions: 54
Compression:
Stored size: 422 Bytes
Contents
class Ey::Core::Client class Real def get_operational_contact(params={}) id = params["id"] url = params["url"] request( :path => "/contacts/#{id}", :url => url, ) end end class Mock def get_operational_contact(params={}) #response( #:body => { "contact" => self.find(:operational_contacts, resource_identity(params)) }, #) end end end
Version data entries
54 entries across 54 versions & 3 rubygems