Sha256: c30bef7286aaf14974af3bcbd32fb81dcff96c164896b81c695dc54ae1e62791

Contents?: true

Size: 376 Bytes

Versions: 30

Compression:

Stored size: 376 Bytes

Contents

module Saml
  module Elements
    class AttributeStatement
      include Saml::Base
      include Saml::AttributeFetcher

      tag 'AttributeStatement'
      register_namespace 'saml', Saml::SAML_NAMESPACE
      namespace 'saml'

      has_many :attributes, Saml::Elements::Attribute
      has_many :encrypted_attributes, Saml::Elements::EncryptedAttribute
    end
  end
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
libsaml-3.13.1 lib/saml/elements/attribute_statement.rb
libsaml-3.13.0 lib/saml/elements/attribute_statement.rb
libsaml-3.12.0 lib/saml/elements/attribute_statement.rb
libsaml-3.11.0 lib/saml/elements/attribute_statement.rb
libsaml-3.10.0 lib/saml/elements/attribute_statement.rb
libsaml-3.9.3 lib/saml/elements/attribute_statement.rb
libsaml-3.9.2 lib/saml/elements/attribute_statement.rb
libsaml-3.9.1 lib/saml/elements/attribute_statement.rb
libsaml-3.9.0 lib/saml/elements/attribute_statement.rb
libsaml-3.8.0 lib/saml/elements/attribute_statement.rb
libsaml-3.7.0 lib/saml/elements/attribute_statement.rb
libsaml-3.6.0 lib/saml/elements/attribute_statement.rb
libsaml-3.5.0 lib/saml/elements/attribute_statement.rb
libsaml-3.4.0 lib/saml/elements/attribute_statement.rb
libsaml-3.3.0 lib/saml/elements/attribute_statement.rb
libsaml-3.2.3 lib/saml/elements/attribute_statement.rb
libsaml-3.2.2 lib/saml/elements/attribute_statement.rb
libsaml-3.2.1 lib/saml/elements/attribute_statement.rb
libsaml-3.1.2 lib/saml/elements/attribute_statement.rb
libsaml-3.1.1 lib/saml/elements/attribute_statement.rb