Module: HTTPX::Plugins::AWSSigV4::OptionsMethods
- Defined in:
- lib/httpx/plugins/aws_sigv4.rb
Instance Method Summary collapse
Instance Method Details
#option_sigv4_signer(value) ⇒ Object
154 155 156 |
# File 'lib/httpx/plugins/aws_sigv4.rb', line 154 def option_sigv4_signer(value) value.is_a?(Signer) ? value : Signer.new(value) end |