Method: ESP::ContactRequest.find

Defined in:
lib/esp/resources/contact_request.rb

.findvoid

This method returns an undefined value.

Not Implemented. You cannot search for ContactRequest.



7
8
9
# File 'lib/esp/resources/contact_request.rb', line 7

def self.find(*)
  fail ESP::NotImplementedError
end