Class: Windows::Structures::Window
- Inherits:
-
Struct
- Object
- Struct
- Windows::Structures::Window
- Defined in:
- lib/windows/structures/window.rb
Instance Attribute Summary collapse
-
#active ⇒ Object
Returns the value of attribute active.
-
#desktop ⇒ Object
Returns the value of attribute desktop.
-
#height ⇒ Object
Returns the value of attribute height.
-
#id ⇒ Object
Returns the value of attribute id.
-
#title ⇒ Object
Returns the value of attribute title.
-
#width ⇒ Object
Returns the value of attribute width.
-
#x ⇒ Object
Returns the value of attribute x.
-
#y ⇒ Object
Returns the value of attribute y.
Instance Attribute Details
#active ⇒ Object
Returns the value of attribute active
3 4 5 |
# File 'lib/windows/structures/window.rb', line 3 def active @active end |
#desktop ⇒ Object
Returns the value of attribute desktop
3 4 5 |
# File 'lib/windows/structures/window.rb', line 3 def desktop @desktop end |
#height ⇒ Object
Returns the value of attribute height
3 4 5 |
# File 'lib/windows/structures/window.rb', line 3 def height @height end |
#id ⇒ Object
Returns the value of attribute id
3 4 5 |
# File 'lib/windows/structures/window.rb', line 3 def id @id end |
#title ⇒ Object
Returns the value of attribute title
3 4 5 |
# File 'lib/windows/structures/window.rb', line 3 def title @title end |
#width ⇒ Object
Returns the value of attribute width
3 4 5 |
# File 'lib/windows/structures/window.rb', line 3 def width @width end |
#x ⇒ Object
Returns the value of attribute x
3 4 5 |
# File 'lib/windows/structures/window.rb', line 3 def x @x end |
#y ⇒ Object
Returns the value of attribute y
3 4 5 |
# File 'lib/windows/structures/window.rb', line 3 def y @y end |