Method: Saml::ComplexTypes::AttributeType#attribute_value

Defined in:
lib/saml/complex_types/attribute_type.rb

#attribute_valueObject



29
30
31
32
# File 'lib/saml/complex_types/attribute_type.rb', line 29

def attribute_value
  warn '[DEPRECATED] `attribute_value` please use #attribute_values'
  attribute_values.first.try(:content)
end