class Seahorse::Client::AsyncResponse
def successful?
-
(Boolean)
- Returns `true` if the response is complete with
def successful? @response.error.nil? end
(Boolean)
- Returns `true` if the response is complete with
def successful? @response.error.nil? end