Class: QML::Reactive::SignalInfo Private
- Inherits:
-
Object
- Object
- QML::Reactive::SignalInfo
- Defined in:
- lib/qml/reactive.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
- #listeners ⇒ Object private
- #params ⇒ Object private
Instance Method Summary collapse
-
#initialize ⇒ SignalInfo
constructor
private
A new instance of SignalInfo.
Constructor Details
#initialize ⇒ SignalInfo
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of SignalInfo.
16 17 18 |
# File 'lib/qml/reactive.rb', line 16 def initialize @listeners = [] end |
Instance Attribute Details
#listeners ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
14 15 16 |
# File 'lib/qml/reactive.rb', line 14 def listeners @listeners end |
#params ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
13 14 15 |
# File 'lib/qml/reactive.rb', line 13 def params @params end |