Class: Net::HTTPResponse

Inherits:
Object show all
Defined in:
sig/custom/net_http.rbs

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.bodyString

Returns:



31
# File 'sig/custom/net_http.rbs', line 31

def self.body: -> String

Instance Method Details

#[]Object

Parameters:

Returns:



33
# File 'sig/custom/net_http.rbs', line 33

def []: (untyped) -> untyped

#bodyString

Returns:



32
# File 'sig/custom/net_http.rbs', line 32

def body: -> String

#codeString

Returns:



35
# File 'sig/custom/net_http.rbs', line 35

def code: -> String

#key?Boolean

Parameters:

Returns:



34
# File 'sig/custom/net_http.rbs', line 34

def key?: (untyped) -> bool