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

#to_soap, #to_xml

Constructor Details

#initialize(*args) ⇒ EntityDescriptor

Returns a new instance of EntityDescriptor.



29
30
31
32
33
# File 'lib/saml/elements/entity_descriptor.rb', line 29

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