Exception: ActiveResource::ConnectionError
- Inherits:
-
StandardError
- Object
- StandardError
- ActiveResource::ConnectionError
- Defined in:
- lib/patch.rb
Instance Method Summary collapse
Instance Method Details
#build_request_headers(headers, http_method = nil) ⇒ Object
27 28 29 30 |
# File 'lib/patch.rb', line 27 def build_request_headers(headers, http_method=nil) #<<< authorization_header.update(default_header).update(headers).update(http_format_header(http_method)) .update(default_header).update(headers) end |