Class: HTTP::Put

Inherits:
Object
  • Object
show all
Defined in:
sig/henitai.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializePut

Returns a new instance of Put.

Parameters:

  • (String)
  • (Hash[String, String])


18
# File 'sig/henitai.rbs', line 18

def initialize: (String, Hash[String, String]) -> void

Instance Attribute Details

#bodyString

Returns the value of attribute body.

Returns:

  • (String)


19
20
21
# File 'sig/henitai.rbs', line 19

def body
  @body
end