module Saml::ComplexTypes::AttributeQueryType
Public Class Methods
new(*args)
click to toggle source
Calls superclass method
Saml::ComplexTypes::SubjectQueryAbstractType::new
# File lib/saml/complex_types/attribute_query_type.rb, line 12 def initialize(*args) options = args.extract_options! super(*(args << options)) @attributes = [] end