Class: TemplateExpander::Rule
- Inherits:
-
Struct
- Object
- Struct
- TemplateExpander::Rule
- Defined in:
- lib/HDLRuby/template_expander.rb
Overview
Describes an expansion rule.
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#match ⇒ Object
Returns the value of attribute match.
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
14 15 16 |
# File 'lib/HDLRuby/template_expander.rb', line 14 def action @action end |
#match ⇒ Object
Returns the value of attribute match
14 15 16 |
# File 'lib/HDLRuby/template_expander.rb', line 14 def match @match end |