Class: Codgen::FilledTemplate
- Inherits:
-
Object
- Object
- Codgen::FilledTemplate
- Defined in:
- lib/codgen.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path.
60 61 62 |
# File 'lib/codgen.rb', line 60 def path @path end |
#text ⇒ Object
Returns the value of attribute text.
61 62 63 |
# File 'lib/codgen.rb', line 61 def text @text end |