Class: SamlIdp::PersistedMetadata

Inherits:
Object
  • Object
show all
Includes:
Attributeable
Defined in:
lib/saml_idp/persisted_metadata.rb

Instance Method Summary collapse

Methods included from Attributeable

#attributes, #attributes=, #initialize

Instance Method Details

#sign_assertions?Boolean

Returns:

  • (Boolean)


6
7
8
# File 'lib/saml_idp/persisted_metadata.rb', line 6

def sign_assertions?
  !!attributes[:sign_assertions]
end