Class: ESP::ContactRequest
- Defined in:
- lib/esp/resources/contact_request.rb
Overview
Use contact requests to send a support or feature request to Evident.io.
Constant Summary
Constants inherited from Resource
Class Method Summary collapse
-
.find ⇒ Object
Not Implemented.
-
.where ⇒ Object
Not Implemented.
Instance Method Summary collapse
-
#destroy ⇒ Object
Not Implemented.
-
#update ⇒ Object
Not Implemented.
Methods inherited from Resource
arrange_options, filters, make_pageable, #serializable_hash
Class Method Details
.find ⇒ Object
Not Implemented. You cannot search for ContactRequest.
5 6 7 |
# File 'lib/esp/resources/contact_request.rb', line 5 def self.find(*) fail ESP::NotImplementedError end |
.where ⇒ Object
Not Implemented. You cannot search for ContactRequest.
10 11 12 |
# File 'lib/esp/resources/contact_request.rb', line 10 def self.where(*) fail ESP::NotImplementedError end |
Instance Method Details
#destroy ⇒ Object
Not Implemented. You cannot destroy a ContactRequest.
20 21 22 |
# File 'lib/esp/resources/contact_request.rb', line 20 def destroy fail ESP::NotImplementedError end |
#update ⇒ Object
Not Implemented. You cannot update a ContactRequest.
15 16 17 |
# File 'lib/esp/resources/contact_request.rb', line 15 def update fail ESP::NotImplementedError end |