Class: QML::Reactive::SignalInfo Private

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initializeSignalInfo

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

#listenersObject

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

#paramsObject

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