Module: Saml::ComplexTypes::AttributeType

Extended by:
ActiveSupport::Concern
Includes:
Base
Included in:
Elements::Attribute, Elements::RequestedAttribute
Defined in:
lib/saml/complex_types/attribute_type.rb

Instance Method Summary collapse

Instance Method Details

#initialize(*args) ⇒ Object



18
19
20
21
# File 'lib/saml/complex_types/attribute_type.rb', line 18

def initialize(*args)
  options = args.extract_options!
  super(*(args << options))
end