Class: GeoblacklightMessaging::GeoblacklightEventProcessor

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

Defined Under Namespace

Classes: DeleteProcessor, Processor, UnknownEvent, UpdateProcessor

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(event) ⇒ GeoblacklightEventProcessor

Returns a new instance of GeoblacklightEventProcessor.



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

def initialize(event)
  @event = event
end

Instance Attribute Details

#eventObject (readonly)

Returns the value of attribute event.



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

def event
  @event
end