Method: IBRuby::Generator#initialize

Defined in:
lib/src.rb

#initialize(name, connection) ⇒ Generator

This is the constructor for the Generator class. Note, this method assumes that the named generator already exists. If it doesn’t then the object will be constructed but will fail during use.

Parameters

name

A string containing the generator name.

connection

A reference to the Connection object that will be used to access the generator.



1138
1139
# File 'lib/src.rb', line 1138

def initialize(name, connection)
end