Class: ESP::Report::Export::Integration

Inherits:
ESP::Resource show all
Defined in:
lib/esp/resources/reports/export/integration.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Dirty

#changed_attributes, #original_attributes, #original_attributes=

Methods included from LoadWithOriginalAttributes

#load

Class Method Details

.create(attributes = {}) ⇒ ESP::Report::Export::Integration

Enqueue reports to be exported to the given integration Returns a Report::Export::Integration object if successful

If not successful, returns a Report::Export::Integration object with the errors object populated.

Parameters:

Returns:



# File 'lib/esp/resources/reports/export/integration.rb', line 7

.findvoid

This method returns an undefined value.

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



26
27
28
# File 'lib/esp/resources/reports/export/integration.rb', line 26

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

.wherevoid

This method returns an undefined value.

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



19
20
21
# File 'lib/esp/resources/reports/export/integration.rb', line 19

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

Instance Method Details

#destroyvoid

This method returns an undefined value.

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



40
41
42
# File 'lib/esp/resources/reports/export/integration.rb', line 40

def destroy
  fail ESP::NotImplementedError
end

#updatevoid

This method returns an undefined value.

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



33
34
35
# File 'lib/esp/resources/reports/export/integration.rb', line 33

def update
  fail ESP::NotImplementedError
end