Class: Http::NativeParser::MethodInfo
- Inherits:
-
Struct
- Object
- Struct
- Http::NativeParser::MethodInfo
- Defined in:
- lib/http/native_parser.rb
Overview
Constants for method information
Instance Attribute Summary collapse
-
#can_have_body ⇒ Object
Returns the value of attribute can_have_body.
-
#must_have_body ⇒ Object
Returns the value of attribute must_have_body.
Instance Attribute Details
#can_have_body ⇒ Object
Returns the value of attribute can_have_body
49 50 51 |
# File 'lib/http/native_parser.rb', line 49 def can_have_body @can_have_body end |
#must_have_body ⇒ Object
Returns the value of attribute must_have_body
49 50 51 |
# File 'lib/http/native_parser.rb', line 49 def must_have_body @must_have_body end |