Class: RuGUI::SignalSupport::SignalConnection
- Defined in:
- lib/rugui/signal_support.rb
Instance Attribute Summary collapse
-
#receiver_block ⇒ Object
Returns the value of attribute receiver_block.
-
#receiver_class ⇒ Object
Returns the value of attribute receiver_class.
-
#receiver_method_name ⇒ Object
Returns the value of attribute receiver_method_name.
-
#signal_name ⇒ Object
Returns the value of attribute signal_name.
-
#widget_name ⇒ Object
Returns the value of attribute widget_name.
Instance Attribute Details
#receiver_block ⇒ Object
Returns the value of attribute receiver_block.
53 54 55 |
# File 'lib/rugui/signal_support.rb', line 53 def receiver_block @receiver_block end |
#receiver_class ⇒ Object
Returns the value of attribute receiver_class.
54 55 56 |
# File 'lib/rugui/signal_support.rb', line 54 def receiver_class @receiver_class end |
#receiver_method_name ⇒ Object
Returns the value of attribute receiver_method_name.
52 53 54 |
# File 'lib/rugui/signal_support.rb', line 52 def receiver_method_name @receiver_method_name end |
#signal_name ⇒ Object
Returns the value of attribute signal_name.
51 52 53 |
# File 'lib/rugui/signal_support.rb', line 51 def signal_name @signal_name end |
#widget_name ⇒ Object
Returns the value of attribute widget_name.
50 51 52 |
# File 'lib/rugui/signal_support.rb', line 50 def @widget_name end |