Module: HTTPX::Plugins::ServerSentEvents::RequestMethods
- Defined in:
- lib/httpx/plugins/server_sent_events.rb
Instance Attribute Summary collapse
-
#last_server_sent_message ⇒ Object
Returns the value of attribute last_server_sent_message.
Instance Method Summary collapse
Instance Attribute Details
#last_server_sent_message ⇒ Object
Returns the value of attribute last_server_sent_message.
60 61 62 |
# File 'lib/httpx/plugins/server_sent_events.rb', line 60 def @last_server_sent_message end |
Instance Method Details
#initialize ⇒ Object
62 63 64 65 66 |
# File 'lib/httpx/plugins/server_sent_events.rb', line 62 def initialize(*) super @last_server_sent_message = nil end |