Method: AbstractApiWrapper::Response::Collection#headers

Defined in:
lib/abstract_api_wrapper.rb

#headersObject



167
168
169
# File 'lib/abstract_api_wrapper.rb', line 167

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