module Flex::HttpClients::RestClient::ResponseExtension

Attributes

url[RW]

Public Instance Methods

status() click to toggle source
# File lib/flex/http_clients/rest_client.rb, line 28
def status
  code.to_i
end