Class: Saml::Elements::Attribute
- Inherits:
-
Object
- Object
- Saml::Elements::Attribute
- Includes:
- Base
- Defined in:
- lib/saml/elements/attribute.rb
Instance Method Summary collapse
-
#initialize(*args) ⇒ Attribute
constructor
A new instance of Attribute.
Constructor Details
#initialize(*args) ⇒ Attribute
17 18 19 20 |
# File 'lib/saml/elements/attribute.rb', line 17 def initialize(*args) = args. super(*(args << )) end |