class I3::Message::Workspace

Overview

Represents one element of the response to a Message::MessageType::GET_WORKSPACES request.

See Connection#workspaces.

Defined in:

i3/message/workspace.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(__temp_240 : JSON::PullParser) #

Instance Method Detail

def focused : Bool #

def focused=(_focused : Bool) #

def name : String #

def name=(_name : String) #

def num : Int32 #

def num=(_num : Int32) #

def output : String #

def output=(_output : String) #

def rect : Rect #

def rect=(_rect : Rect) #

def to_json(json : JSON::Builder) #

def urgent : Bool #

def urgent=(_urgent : Bool) #

def visible : Bool #

def visible=(_visible : Bool) #