Class: ActiveResource::Connection
- Inherits:
-
Object
- Object
- ActiveResource::Connection
- Defined in:
- lib/rightscaler.rb
Instance Method Summary collapse
Instance Method Details
#head(path, headers = {}) ⇒ Object
25 26 27 |
# File 'lib/rightscaler.rb', line 25 def head(path, headers = {}) request(:head, path, build_request_headers(headers, :head)) end |