Class: NotifierPlugin::Handler
- Defined in:
- lib/tecsgen/plugin/NotifierPlugin.rb
Overview
—— 通知のハンドラの種類の定義 ——-
Instance Attribute Summary collapse
-
#call_port_name ⇒ Object
readonly
Returns the value of attribute call_port_name.
Instance Method Summary collapse
-
#initialize(call_port_name) ⇒ Handler
constructor
A new instance of Handler.
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_name ⇒ Object (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 |