Class: Footnotes::Notes::RsolrSubscriberNotificationEvent
- Inherits:
-
ActiveSupport::Notifications::Event
- Object
- ActiveSupport::Notifications::Event
- Footnotes::Notes::RsolrSubscriberNotificationEvent
- Defined in:
- lib/notes/rsolr_requests_note.rb
Instance Method Summary collapse
-
#initialize(*args) ⇒ RsolrSubscriberNotificationEvent
constructor
A new instance of RsolrSubscriberNotificationEvent.
- #method ⇒ Object
- #params ⇒ Object
- #path ⇒ Object
- #query ⇒ Object
- #response ⇒ Object
- #uri ⇒ Object
Constructor Details
#initialize(*args) ⇒ RsolrSubscriberNotificationEvent
Returns a new instance of RsolrSubscriberNotificationEvent.
48 49 50 |
# File 'lib/notes/rsolr_requests_note.rb', line 48 def initialize *args super(*args) end |
Instance Method Details
#method ⇒ Object
68 69 70 |
# File 'lib/notes/rsolr_requests_note.rb', line 68 def method payload[:method] end |
#params ⇒ Object
60 61 62 |
# File 'lib/notes/rsolr_requests_note.rb', line 60 def params payload[:params] end |
#path ⇒ Object
52 53 54 |
# File 'lib/notes/rsolr_requests_note.rb', line 52 def path payload[:path] end |
#query ⇒ Object
64 65 66 |
# File 'lib/notes/rsolr_requests_note.rb', line 64 def query payload[:query] end |
#response ⇒ Object
56 57 58 |
# File 'lib/notes/rsolr_requests_note.rb', line 56 def response payload[:response] end |
#uri ⇒ Object
72 73 74 |
# File 'lib/notes/rsolr_requests_note.rb', line 72 def uri payload[:uri] end |