class Xdrgen::Generators::Base
Public Class Methods
new(top, output, namespace=nil)
click to toggle source
# File lib/xdrgen/generators/base.rb, line 2 def initialize(top, output, namespace=nil) @top = top @output = output @namespace = namespace end
Public Instance Methods
generate()
click to toggle source
# File lib/xdrgen/generators/base.rb, line 8 def generate raise NotImplementedError end