Module: Saml::ComplexTypes::AttributeQueryType

Extended by:
ActiveSupport::Concern
Includes:
SubjectQueryAbstractType
Included in:
Elements::AttributeQuery
Defined in:
lib/saml/complex_types/attribute_query_type.rb

Instance Method Summary collapse

Methods included from RequestAbstractType

#provider

Methods included from XMLHelpers

#add_signature, #to_soap, #to_xml

Instance Method Details

#initialize(*args) ⇒ Object



12
13
14
15
16
# File 'lib/saml/complex_types/attribute_query_type.rb', line 12

def initialize(*args)
  options = args.extract_options!
  super(*(args << options))
  @attributes = []
end