Method: Bitly::HTTP::Response#headers

Defined in:
lib/bitly/http/response.rb

#headersHash (readonly)

Returns The response’s headers.

Returns:

  • (Hash)

    The response’s headers



20
21
22
# File 'lib/bitly/http/response.rb', line 20

def headers
  @headers
end