Class: Saml::Elements::AttributeStatement

Inherits:
Object
  • Object
show all
Includes:
AttributeFetcher, Base
Defined in:
lib/saml/elements/attribute_statement.rb

Instance Method Summary collapse

Instance Method Details

#attributeObject



14
15
16
17
# File 'lib/saml/elements/attribute_statement.rb', line 14

def attribute
  warn '[DEPRECATED] `attribute` please use #attributes'
  attributes
end

#attribute=(attributes) ⇒ Object



19
20
21
22
# File 'lib/saml/elements/attribute_statement.rb', line 19

def attribute=(attributes)
  warn '[DEPRECATED] `attribute=` please use #attributes='
  self.attributes = attributes
end