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.1.0 lib/saml/elements/attribute_statement.rb
libsaml-3.0.9 lib/saml/elements/attribute_statement.rb
libsaml-3.0.8 lib/saml/elements/attribute_statement.rb
libsaml-3.0.7 lib/saml/elements/attribute_statement.rb
libsaml-3.0.6 lib/saml/elements/attribute_statement.rb
libsaml-3.0.5 lib/saml/elements/attribute_statement.rb
libsaml-3.0.4 lib/saml/elements/attribute_statement.rb
libsaml-3.0.3 lib/saml/elements/attribute_statement.rb
libsaml-3.0.2 lib/saml/elements/attribute_statement.rb
libsaml-3.0.1 lib/saml/elements/attribute_statement.rb