Class: ESP::Report::Export::Integration
- Inherits:
-
ESP::Resource
- Object
- ActiveResource::Base
- ESP::Resource
- ESP::Report::Export::Integration
- Defined in:
- lib/esp/resources/reports/export/integration.rb
Constant Summary
Constants inherited from ESP::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 ESP::Resource
arrange_options, filters, make_pageable, #serializable_hash
Class Method Details
.find ⇒ Object
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 |
.where ⇒ Object
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
#destroy ⇒ Object
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 |
#update ⇒ Object
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 |