module Typhoeus::Response::Informations

def response_code

Returns:
  • (Integer) - The response_code.

Other tags:
    Example: Get response_code. -
def response_code
  (options[:response_code] || options[:code]).to_i
end