Class: ParserTest

Inherits:
Object
  • Object
show all
Defined in:
ext/ruby_http_parser/vendor/http-parser-java/tools/parse_tests.rb

Instance Attribute Summary collapse

Instance Attribute Details

#methodObject

Returns the value of attribute method.



28
29
30
# File 'ext/ruby_http_parser/vendor/http-parser-java/tools/parse_tests.rb', line 28

def method
  @method
end

#nameObject

Returns the value of attribute name.



25
26
27
# File 'ext/ruby_http_parser/vendor/http-parser-java/tools/parse_tests.rb', line 25

def name
  @name
end

#rawObject

Returns the value of attribute raw.



26
27
28
# File 'ext/ruby_http_parser/vendor/http-parser-java/tools/parse_tests.rb', line 26

def raw
  @raw
end

#request_pathObject

Returns the value of attribute request_path.



30
31
32
# File 'ext/ruby_http_parser/vendor/http-parser-java/tools/parse_tests.rb', line 30

def request_path
  @request_path
end

#status_codeObject

Returns the value of attribute status_code.



29
30
31
# File 'ext/ruby_http_parser/vendor/http-parser-java/tools/parse_tests.rb', line 29

def status_code
  @status_code
end

#typeObject

Returns the value of attribute type.



27
28
29
# File 'ext/ruby_http_parser/vendor/http-parser-java/tools/parse_tests.rb', line 27

def type
  @type
end