Module: SimpleOAuth::Header::_Request
- Defined in:
- sig/simple_oauth.rbs
Overview
What from_request needs from a request object, such as a Net::HTTPRequest
Instance Method Summary collapse
Instance Method Details
#[] ⇒ String?
70 |
# File 'sig/simple_oauth.rbs', line 70
def []: (String name) -> String?
|
#body ⇒ String?
69 |
# File 'sig/simple_oauth.rbs', line 69
def body: () -> String?
|
#method ⇒ String
67 |
# File 'sig/simple_oauth.rbs', line 67
def method: () -> String
|
#uri ⇒ URI::Generic?
68 |
# File 'sig/simple_oauth.rbs', line 68
def uri: () -> URI::Generic?
|