Class: HTTP::Put
- Inherits:
-
Object
- Object
- HTTP::Put
- Defined in:
- sig/henitai.rbs
Instance Attribute Summary collapse
-
#body ⇒ String
Returns the value of attribute body.
Instance Method Summary collapse
-
#initialize ⇒ Put
constructor
A new instance of Put.
Constructor Details
#initialize ⇒ Put
Returns a new instance of Put.
18 |
# File 'sig/henitai.rbs', line 18
def initialize: (String, Hash[String, String]) -> void
|
Instance Attribute Details
#body ⇒ String
Returns the value of attribute body.
19 20 21 |
# File 'sig/henitai.rbs', line 19 def body @body end |