Class: SAML2::Conditions::Condition

Inherits:
Base
  • Object
show all
Defined in:
lib/saml2/conditions.rb

Overview

Any unknown condition

Direct Known Subclasses

AudienceRestriction, OneTimeUse

Instance Attribute Summary

Attributes inherited from Base

#xml

Instance Method Summary collapse

Methods inherited from Base

#build, #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

#valid?(_) ⇒ Boolean



56
57
58
# File 'lib/saml2/conditions.rb', line 56

def valid?(_)
  :indeterminate
end