Method: SAML2::RequestedAttribute.namespace
- Defined in:
- lib/saml2/attribute_consuming_service.rb
.namespace ⇒ 'md'
The XML namespace that this attribute class serializes as.
15 16 17 |
# File 'lib/saml2/attribute_consuming_service.rb', line 15 def namespace "md" end |