Module: Repim::RelyingParty::ClassMethods
- Defined in:
- lib/repim/relying_party.rb
Instance Method Summary collapse
Instance Method Details
#use_attribute_exchange(prefixes, propaties) ⇒ Object
16 17 18 |
# File 'lib/repim/relying_party.rb', line 16 def use_attribute_exchange(prefixes, propaties) self.attribute_adapter = AxAttributeAdapter.new(prefixes, propaties) end |