class Stoertebeker::ClientMessages::WindowCommandMessage

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(width : Int32, height : Int32) #

[View source]

Instance Method Detail

def cmd_json(b : JSON::Builder) #

[View source]
def height : Int32 #

[View source]
def width : Int32 #

[View source]