Method: RSAML::Conditions#assert

Defined in:
lib/rsaml/conditions.rb

#assertObject

Assert the conditions



53
54
55
56
# File 'lib/rsaml/conditions.rb', line 53

def assert
  assert_time_limits
  assert_elements
end