Class: ESP::Suppression::UniqueIdentifier
- Defined in:
- lib/esp/resources/suppression/unique_identifier.rb
Constant Summary
Constants inherited from 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 Resource
arrange_options, filters, make_pageable, #serializable_hash
Class Method Details
.find ⇒ Object
Not Implemented. You cannot search for Suppression::UniqueIdentifier.
Regular ARELlike methods are disabled. Use the ESP::Suppression object to search suppressions.
15 16 17 |
# File 'lib/esp/resources/suppression/unique_identifier.rb', line 15 def self.find(*) fail ESP::NotImplementedError, 'Regular ARELlike methods are disabled. Use the ESP::Suppression object to search suppressions' end |
.where ⇒ Object
Not Implemented. You cannot search for Suppression::UniqueIdentifier.
Regular ARELlike methods are disabled. Use the ESP::Suppression object to search suppressions.
8 9 10 |
# File 'lib/esp/resources/suppression/unique_identifier.rb', line 8 def self.where(*) fail ESP::NotImplementedError, 'Regular ARELlike methods are disabled. Use the ESP::Suppression object to search suppressions' end |
Instance Method Details
#destroy ⇒ Object
Not Implemented. You cannot destroy a Suppression::UniqueIdentifier.
25 26 27 |
# File 'lib/esp/resources/suppression/unique_identifier.rb', line 25 def destroy fail ESP::NotImplementedError end |
#update ⇒ Object
Not Implemented. You cannot update a Suppression::UniqueIdentifier.
20 21 22 |
# File 'lib/esp/resources/suppression/unique_identifier.rb', line 20 def update fail ESP::NotImplementedError end |