Class: ParserTest
- Inherits:
-
Object
- Object
- ParserTest
- Defined in:
- ext/ruby_http_parser/vendor/http-parser-java/tools/parse_tests.rb
Instance Attribute Summary collapse
-
#method ⇒ Object
Returns the value of attribute method.
-
#name ⇒ Object
Returns the value of attribute name.
-
#raw ⇒ Object
Returns the value of attribute raw.
-
#request_path ⇒ Object
Returns the value of attribute request_path.
-
#status_code ⇒ Object
Returns the value of attribute status_code.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#method ⇒ Object
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 |
#name ⇒ Object
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 |
#raw ⇒ Object
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_path ⇒ Object
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_code ⇒ Object
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 |
#type ⇒ Object
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 |