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.
45 46 47 |
# File 'lib/codgen.rb', line 45 def path @path end |
#text ⇒ Object
Returns the value of attribute text.
46 47 48 |
# File 'lib/codgen.rb', line 46 def text @text end |