Method: Saml::ComplexTypes::AttributeType#attribute_value
- Defined in:
- lib/saml/complex_types/attribute_type.rb
#attribute_value ⇒ Object
25 26 27 28 |
# File 'lib/saml/complex_types/attribute_type.rb', line 25 def attribute_value warn '[DEPRECATED] `attribute_value` please use #attribute_values' attribute_values.first.try(:content) end |