class Stoertebeker::ClientMessages::WaitCommandMessage

Defined in:

stoertebeker/client_messages.cr

Constructors

Instance Method Summary

Instance methods inherited from class Stoertebeker::ClientMessages::CommandMessage

to_json(b : JSON::Builder) to_json, type : String type

Instance methods inherited from class Stoertebeker::ClientMessages::Message

to_json(b : JSON::Builder)
to_json
to_json
, type : String type

Constructor Detail

def self.new(selector : String, tries : Int32, delay : Int32) #

[View source]

Instance Method Detail

def cmd_json(b : JSON::Builder) #

[View source]
def delay : Int32 #

[View source]
def selector : String #

[View source]
def tries : Int32 #

[View source]