Method: RSAML::Assertion#advice

Defined in:
lib/rsaml/assertion.rb

#adviceObject

Additional information related to the assertion that assists processing in certain situations but which MAY be ignored by applications that do not understand the advice or do not wish to make use of it.



122
123
124
# File 'lib/rsaml/assertion.rb', line 122

def advice
  @advice ||= []
end