Class: Autotype::TemplateArgument
- Inherits:
-
Data
- Object
- Data
- Autotype::TemplateArgument
- Defined in:
- lib/autotype/engine.rb
Overview
A helper-type argument for consolidated definitions: a normalized slot string whose T-references are filled from the occurrence's own arguments.
Instance Attribute Summary collapse
-
#arguments ⇒ Object
readonly
Returns the value of attribute arguments.
-
#template ⇒ Object
readonly
Returns the value of attribute template.
Instance Attribute Details
#arguments ⇒ Object (readonly)
Returns the value of attribute arguments
32 33 34 |
# File 'lib/autotype/engine.rb', line 32 def arguments @arguments end |
#template ⇒ Object (readonly)
Returns the value of attribute template
32 33 34 |
# File 'lib/autotype/engine.rb', line 32 def template @template end |