Class: Hoth::Transport::HttpsHmac
- Defined in:
- lib/hoth/transport/http_hmac.rb
Instance Attribute Summary
Attributes inherited from HttpHmac
#hmac_access_id, #hmac_secret, #req
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Http
#call_remote_with, #handle_response
Methods inherited from Base
Constructor Details
This class inherits a constructor from Hoth::Transport::Base
Instance Method Details
#post_payload(payload) ⇒ Object
45 46 47 |
# File 'lib/hoth/transport/http_hmac.rb', line 45 def post_payload(payload) super(payload, true) end |