Method: Saml::Assertion#fetch_attribute

Defined in:
lib/saml/assertion.rb

#fetch_attribute(key) ⇒ Object



62
63
64
# File 'lib/saml/assertion.rb', line 62

def fetch_attribute(key)
  Array(fetch_attributes(key)).first
end