Class: Saml::Elements::EntityDescriptor

Inherits:
Object
  • Object
show all
Includes:
Base, XMLHelpers
Defined in:
lib/saml/elements/entity_descriptor.rb

Instance Method Summary collapse

Methods included from XMLHelpers

#add_signature, #to_soap, #to_xml

Constructor Details

#initialize(*args) ⇒ EntityDescriptor

Returns a new instance of EntityDescriptor.



31
32
33
34
35
# File 'lib/saml/elements/entity_descriptor.rb', line 31

def initialize(*args)
  super(*args)
  @contact_persons ||= []
  @_id             ||= Saml.generate_id
end