Method: RSAML::Assertion#statements

Defined in:
lib/rsaml/assertion.rb

#statementsObject

Assertion statements



116
117
118
# File 'lib/rsaml/assertion.rb', line 116

def statements
  @statements ||= []
end