Class: SAML2::Conditions::OneTimeUse
- Defined in:
- lib/saml2/conditions.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
from_xml, #from_xml, #initialize, #inspect, load_object_array, load_string_array, lookup_qname, #to_s, #to_xml
Constructor Details
This class inherits a constructor from SAML2::Base
Instance Method Details
#build(builder) ⇒ Object
95 96 97 |
# File 'lib/saml2/conditions.rb', line 95 def build(builder) builder['saml'].OneTimeUse end |
#valid?(_) ⇒ Boolean
91 92 93 |
# File 'lib/saml2/conditions.rb', line 91 def valid?(_) :valid end |