Class: NotifierPlugin::Handler

Inherits:
Object
  • Object
show all
Defined in:
lib/tecsgen/plugin/NotifierPlugin.rb

Overview

—— 通知のハンドラの種類の定義 ——-

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(call_port_name) ⇒ Handler

Returns a new instance of Handler.



410
411
412
# File 'lib/tecsgen/plugin/NotifierPlugin.rb', line 410

def initialize(call_port_name)
  @call_port_name = call_port_name
end

Instance Attribute Details

#call_port_nameObject (readonly)

Returns the value of attribute call_port_name.



414
415
416
# File 'lib/tecsgen/plugin/NotifierPlugin.rb', line 414

def call_port_name
  @call_port_name
end