Class: Codegen::Gen

Inherits:
Object
  • Object
show all
Defined in:
lib/codegen.rb

Instance Attribute Summary collapse

Instance Attribute Details

#generatorObject

Returns the value of attribute generator.



11
12
13
# File 'lib/codegen.rb', line 11

def generator
  @generator
end

#generator_optionsObject

Returns the value of attribute generator_options.



12
13
14
# File 'lib/codegen.rb', line 12

def generator_options
  @generator_options
end

#sourceObject

Returns the value of attribute source.



9
10
11
# File 'lib/codegen.rb', line 9

def source
  @source
end

#source_optionsObject

Returns the value of attribute source_options.



10
11
12
# File 'lib/codegen.rb', line 10

def source_options
  @source_options
end