Class: Http::NativeParser::MethodInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/http/native_parser.rb

Overview

Constants for method information

Instance Attribute Summary collapse

Instance Attribute Details

#can_have_bodyObject

Returns the value of attribute can_have_body

Returns:

  • (Object)

    the current value of can_have_body



49
50
51
# File 'lib/http/native_parser.rb', line 49

def can_have_body
  @can_have_body
end

#must_have_bodyObject

Returns the value of attribute must_have_body

Returns:

  • (Object)

    the current value of must_have_body



49
50
51
# File 'lib/http/native_parser.rb', line 49

def must_have_body
  @must_have_body
end