class Threatinator::Parsers::XML::Record

Public Class Methods

new(node, opts = {}) click to toggle source
Calls superclass method Threatinator::Record::new
# File lib/threatinator/parsers/xml/record.rb, line 8
def initialize(node, opts = {})
  super(node, opts)
end