class Seahorse::Client::Response
def successful?
-
(Boolean)- Returns `true` if the response is complete with
def successful? (200..299).cover?(@context.http_response.status_code) && @error.nil? end
(Boolean)
- Returns `true` if the response is complete with
def successful? (200..299).cover?(@context.http_response.status_code) && @error.nil? end