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

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

Constant Summary

Constants inherited from ESP::Resource

ESP::Resource::PREDICATES

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from ESP::Resource

arrange_options, filters, make_pageable, #serializable_hash

Class Method Details

.findObject

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



12
13
14
# File 'lib/esp/resources/reports/export/integration.rb', line 12

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

.whereObject

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



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

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

Instance Method Details

#destroyObject

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



22
23
24
# File 'lib/esp/resources/reports/export/integration.rb', line 22

def destroy
  fail ESP::NotImplementedError
end

#updateObject

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



17
18
19
# File 'lib/esp/resources/reports/export/integration.rb', line 17

def update
  fail ESP::NotImplementedError
end