class SAML2::Response

def from_xml(node)

(see Base#from_xml)
def from_xml(node)
  super
  remove_instance_variable(:@assertions)
end