class Stoertebeker::Commands::GotoCommand

Defined in:

stoertebeker/commands.cr

Constructors

Instance Method Summary

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

def self.new(client, uri : String) #

[View source]
def self.new(client, uri : URI) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def call_impl #

[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def uri : URI #

[View source]