# File lib/mixlib/authentication/signedheaderauth.rb, line 67 def self.signing_object(args={ }) SigningObject.new(args[:http_method], args[:path], args[:body], args[:host], args[:timestamp], args[:user_id], args[:file], args[:proto_version]) end