Class: Switchboard::Commands::Register::Registration

Inherits:
Switchboard::Client show all
Defined in:
lib/switchboard/commands/register.rb

Instance Attribute Summary

Attributes inherited from Switchboard::Client

#client, #roster

Attributes inherited from Switchboard::Core

#jacks, #settings

Instance Method Summary collapse

Methods inherited from Switchboard::Core

#defer, hook, #hook, #plug!, #ready?, #run!

Constructor Details

#initialize(settings = Switchboard::Settings.new, spin = false) ⇒ Registration

Returns a new instance of Registration.



7
8
9
# File 'lib/switchboard/commands/register.rb', line 7

def initialize(settings = Switchboard::Settings.new, spin = false)
  super(settings, false)
end