class Stoertebeker::Commands::WaitCommand
Defined in:
stoertebeker/commands.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #call_impl
- #delay : Int32
-
#hash(hasher)
See
Object#hash(hasher)
- #selector : String
- #tries : Int32
Instance methods inherited from class Stoertebeker::Commands::Command
call
call,
client : Client
client,
receive_confirmation_response(name : String, msg : String | Nil = nil)receive_confirmation_response(name : String, msg : String | Nil = nil, &callback : ServerResponses::Response -> Nil) receive_confirmation_response, receive_response receive_response, send_message(msg : Message) send_message
Constructor methods inherited from class Stoertebeker::Commands::Command
new(client : Stoertebeker::Client)
new
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.