Commit c825775

mo <mo@mokhan.ca>
2017-11-18 02:51:54
push up issue instant.
1 parent 510f28a
Changed files (2)
lib/saml/kit/logout_response.rb
@@ -7,10 +7,6 @@ module Saml
         super(xml, name: "LogoutResponse")
       end
 
-      def issue_instant
-        to_h[name]['IssueInstant']
-      end
-
       private
 
       class Builder
lib/saml/kit/respondable.rb
@@ -21,6 +21,10 @@ module Saml
         to_h.fetch(name, {}).fetch('InResponseTo', nil)
       end
 
+      def issue_instant
+        to_h[name]['IssueInstant']
+      end
+
       private
 
       def must_match_request_id