Method: AbstractApiWrapper::Response::Collection#headers
- Defined in:
- lib/abstract_api_wrapper.rb
#headers ⇒ Object
154 155 156 |
# File 'lib/abstract_api_wrapper.rb', line 154 def headers @headers ||= Hashie::Mash.new(@request.headers) end |