Add Client#geo= attribute accessor

This commit is contained in:
Thibault Jouan 2015-04-16 13:18:28 +00:00
parent dc39f5b0c2
commit 6ad1735775

View File

@ -1,7 +1,8 @@
module Uh module Uh
module WM module WM
class Client class Client
attr_reader :window attr_reader :window
attr_accessor :geo
def initialize window, geo = nil def initialize window, geo = nil
@window = window @window = window