class ESP::ContactRequest

Use contact requests to send a support or feature request to Evident.io.

Public Class Methods

find(*) click to toggle source

Not Implemented. You cannot search for ContactRequest.

@return [void]

# File lib/esp/resources/contact_request.rb, line 7
def self.find(*)
  fail ESP::NotImplementedError
end
where(*) click to toggle source

Not Implemented. You cannot search for ContactRequest.

@return [void]

# File lib/esp/resources/contact_request.rb, line 14
def self.where(*)
  fail ESP::NotImplementedError
end

Public Instance Methods

destroy() click to toggle source

Not Implemented. You cannot destroy a ContactRequest.

@return [void]

# File lib/esp/resources/contact_request.rb, line 28
def destroy
  fail ESP::NotImplementedError
end
update() click to toggle source

Not Implemented. You cannot update a ContactRequest.

@return [void]

# File lib/esp/resources/contact_request.rb, line 21
def update
  fail ESP::NotImplementedError
end