Class: TemplateExpander::Rule

Inherits:
Struct
  • Object
show all
Defined in:
lib/HDLRuby/template_expander.rb

Overview

Describes an expansion rule.

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



14
15
16
# File 'lib/HDLRuby/template_expander.rb', line 14

def action
  @action
end

#matchObject

Returns the value of attribute match

Returns:

  • (Object)

    the current value of match



14
15
16
# File 'lib/HDLRuby/template_expander.rb', line 14

def match
  @match
end