Class: Weechat::Window::Chat
Overview
Gettable properties
- x
-
X position of the chat area
- y
-
Y position of the chat area
- width
-
Width of the chat area
- height
-
Height of the chat area
Instance Method Summary collapse
- #==(other) ⇒ Object (also: #eql?, #equal?)
-
#initialize(window) ⇒ Chat
constructor
A new instance of Chat.
Constructor Details
#initialize(window) ⇒ Chat
Returns a new instance of Chat.
35 36 37 |
# File 'lib/weechat/window.rb', line 35 def initialize(window) @window = window end |
Instance Method Details
#==(other) ⇒ Object Also known as: eql?, equal?
39 40 41 |
# File 'lib/weechat/window.rb', line 39 def ==(other) @window == other.window end |