Module: Activerecord::Oracle::Queue::Watcher::InstanceMethods
- Defined in:
- lib/activerecord/oracle/queue/watcher.rb
Instance Method Summary collapse
Instance Method Details
#perform(data) ⇒ Object
23 24 25 |
# File 'lib/activerecord/oracle/queue/watcher.rb', line 23 def perform(data) raise "Has to be implemented" end |