class SAML2::Assertion

def from_xml(node)

def from_xml(node)
  super
  @statements = nil
  remove_instance_variable(:@conditions)
end