Module: Seahorse::Client::_ResponseCommon
- Included in:
- _ResponseError, _ResponseSuccess
- Defined in:
- sig/seahorse/client/response.rbs
Overview
RBS does not support Delegator.
the behavior is mimicked Seahorse::Client::Response as much as possible.
Instance Method Summary collapse
- #checksum_validated ⇒ ::String?
- #context ⇒ Object
- #on {|arg0| ... } ⇒ Object
- #on_success {|arg0| ... } ⇒ self
- #successful? ⇒ Boolean
Instance Method Details
#checksum_validated ⇒ ::String?
8 |
# File 'sig/seahorse/client/response.rbs', line 8
def checksum_validated: () -> ::String?
|
#context ⇒ Object
6 |
# File 'sig/seahorse/client/response.rbs', line 6
def context: () -> untyped
|
#on(arg0) ⇒ self #on(arg0) ⇒ self
10 11 |
# File 'sig/seahorse/client/response.rbs', line 10
def on: (Integer) { (self) -> void } -> self
| (Range[Integer]) { (self) -> void } -> self
|
#on_success {|arg0| ... } ⇒ self
13 |
# File 'sig/seahorse/client/response.rbs', line 13
def on_success: () { (self) -> void } -> self
|
#successful? ⇒ Boolean
15 |
# File 'sig/seahorse/client/response.rbs', line 15
def successful?: () -> bool
|