digidentity/libsaml

View on GitHub
lib/saml/elements/attribute_query.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Saml
  module Elements
    class AttributeQuery
      include XmlMapper
      include Saml::Base
      include Saml::ComplexTypes::AttributeQueryType

      tag 'AttributeQuery'
      namespace 'samlp'
    end
  end
end