Method: Saml::Assertion#fetch_attribute_value

Defined in:
lib/saml/assertion.rb

#fetch_attribute_value(key) ⇒ Object



72
73
74
# File 'lib/saml/assertion.rb', line 72

def fetch_attribute_value(key)
  Array(fetch_attribute_values(key)).first
end