Class: Riddl::Protocols::SSE::ParserData

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby/riddl/protocols/sse.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



7
8
9
# File 'lib/ruby/riddl/protocols/sse.rb', line 7

def body
  @body
end

#headersObject

Returns the value of attribute headers.



7
8
9
# File 'lib/ruby/riddl/protocols/sse.rb', line 7

def headers
  @headers
end

#http_methodObject

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_stringObject

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_pathObject

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_urlObject

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