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