Method: EventBus::SingletonMixin::ConnectEntry#initialize
- Defined in:
- lib/ls4/lib/ebus.rb
#initialize(bus, slot, mname) ⇒ ConnectEntry
Returns a new instance of ConnectEntry.
275 276 277 278 279 |
# File 'lib/ls4/lib/ebus.rb', line 275 def initialize(bus, slot, mname) @bus = bus @slot = slot @mname = mname end |