Class: Riddl::Protocols::SSE::ParserData
- Inherits:
-
Object
- Object
- Riddl::Protocols::SSE::ParserData
- Defined in:
- lib/ruby/riddl/protocols/sse.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#http_method ⇒ Object
Returns the value of attribute http_method.
-
#query_string ⇒ Object
Returns the value of attribute query_string.
-
#request_path ⇒ Object
Returns the value of attribute request_path.
-
#request_url ⇒ Object
Returns the value of attribute request_url.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body.
7 8 9 |
# File 'lib/ruby/riddl/protocols/sse.rb', line 7 def body @body end |
#headers ⇒ Object
Returns the value of attribute headers.
7 8 9 |
# File 'lib/ruby/riddl/protocols/sse.rb', line 7 def headers @headers end |
#http_method ⇒ Object
Returns the value of attribute http_method.
7 8 9 |
# File 'lib/ruby/riddl/protocols/sse.rb', line 7 def http_method @http_method end |
#query_string ⇒ Object
Returns the value of attribute query_string.
7 8 9 |
# File 'lib/ruby/riddl/protocols/sse.rb', line 7 def query_string @query_string end |
#request_path ⇒ Object
Returns the value of attribute request_path.
7 8 9 |
# File 'lib/ruby/riddl/protocols/sse.rb', line 7 def request_path @request_path end |
#request_url ⇒ Object
Returns the value of attribute request_url.
7 8 9 |
# File 'lib/ruby/riddl/protocols/sse.rb', line 7 def request_url @request_url end |