class ESP::Report::Export::Integration

Public Class Methods

find(*) click to toggle source

Not Implemented. You cannot search for Report::Export::Integration.

@return [void]

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

Not Implemented. You cannot search for Report::Export::Integration.

@return [void]

# File lib/esp/resources/reports/export/integration.rb, line 19
def self.where(*)
  fail ESP::NotImplementedError
end

Public Instance Methods

destroy() click to toggle source

Not Implemented. You cannot destroy a Report::Export::Integration.

@return [void]

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

Not Implemented. You cannot update a Report::Export::Integration.

@return [void]

# File lib/esp/resources/reports/export/integration.rb, line 33
def update
  fail ESP::NotImplementedError
end

Protected Instance Methods

load_attributes_from_response(response) click to toggle source

A success message gets returned, so just return the response instead of parsing for attributes

# File lib/esp/resources/reports/export/integration.rb, line 47
def load_attributes_from_response(response)
  response
end