class Stoertebeker::Commands::EvaluateCommand

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, script : String, callback : Nil | JSON::Any -> _ = nil) #

[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 callback : JSON::Any -> | Nil #

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

See Object#hash(hasher)


def script : String #

[View source]