class Mixlib::Authentication::SigningObject
SigningObject¶ ↑
A Struct-based value object that contains the necessary information to generate a request signature. `SignedHeaderAuth.signing_object()` provides a more convenient interface to the constructor.
Public Instance Methods
proto_version()
click to toggle source
# File lib/mixlib/authentication/signedheaderauth.rb, line 188 def proto_version (self[:proto_version] or DEFAULT_PROTO_VERSION).to_s end