Class: Codegen::Gen
- Inherits:
-
Object
- Object
- Codegen::Gen
- Defined in:
- lib/codegen.rb
Instance Attribute Summary collapse
-
#generator ⇒ Object
Returns the value of attribute generator.
-
#generator_options ⇒ Object
Returns the value of attribute generator_options.
-
#source ⇒ Object
Returns the value of attribute source.
-
#source_options ⇒ Object
Returns the value of attribute source_options.
Instance Attribute Details
#generator ⇒ Object
Returns the value of attribute generator.
11 12 13 |
# File 'lib/codegen.rb', line 11 def generator @generator end |
#generator_options ⇒ Object
Returns the value of attribute generator_options.
12 13 14 |
# File 'lib/codegen.rb', line 12 def @generator_options end |
#source ⇒ Object
Returns the value of attribute source.
9 10 11 |
# File 'lib/codegen.rb', line 9 def source @source end |
#source_options ⇒ Object
Returns the value of attribute source_options.
10 11 12 |
# File 'lib/codegen.rb', line 10 def @source_options end |