Method: RSAML::Conditions#not_on_or_after

Defined in:
lib/rsaml/conditions.rb

#not_on_or_afterObject

Specifies the time instant at which the assertion has expired. The time value is encoded in UTC.



8
9
10
# File 'lib/rsaml/conditions.rb', line 8

def not_on_or_after
  @not_on_or_after
end