class Oddb2xml::Extractor

Attributes

xml[RW]

Public Class Methods

new(xml) click to toggle source
# File lib/oddb2xml/extractor.rb, line 29
def initialize(xml)
  Oddb2xml.log("Extractor #{xml} xml #{xml.size} bytes")
  @xml = xml
end