Class: GeoblacklightMessaging::GeoblacklightEventProcessor::Processor

Inherits:
Object
  • Object
show all
Defined in:
app/services/geoblacklight_messaging/geoblacklight_event_processor/processor.rb

Direct Known Subclasses

DeleteProcessor, UnknownEvent, UpdateProcessor

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(event) ⇒ Processor

Returns a new instance of Processor.



5
6
7
# File 'app/services/geoblacklight_messaging/geoblacklight_event_processor/processor.rb', line 5

def initialize(event)
  @event = event
end

Instance Attribute Details

#eventObject (readonly)

Returns the value of attribute event.



4
5
6
# File 'app/services/geoblacklight_messaging/geoblacklight_event_processor/processor.rb', line 4

def event
  @event
end