Method: AbstractApiWrapper::Response::Collection#headers

Defined in:
lib/abstract_api_wrapper.rb

#headersObject



154
155
156
# File 'lib/abstract_api_wrapper.rb', line 154

def headers
  @headers ||= Hashie::Mash.new(@request.headers)
end