Method: NotifierPlugin::SetVariableHandlerType#initialize

Defined in:
lib/tecsgen/plugin/NotifierPlugin.rb

#initializeSetVariableHandlerType

Returns a new instance of SetVariableHandlerType.



604
605
606
607
608
609
610
# File 'lib/tecsgen/plugin/NotifierPlugin.rb', line 604

def initialize
  super
  @required_attributes = [
    SETVAR_ADDR_ATTR,
    SETVAR_VALUE_ATTR
  ] # .to_set
end