Class: SAML2::Conditions::OneTimeUse
Instance Attribute Summary
Attributes inherited from Base
#xml
Instance Method Summary
collapse
Methods inherited from Base
from_xml, #from_xml, #inspect, load_object_array, load_string_array, lookup_qname, #to_s, #to_xml
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
|