Class: Wmadd::X::Geometry
- Inherits:
-
Data
- Object
- Data
- Wmadd::X::Geometry
- Defined in:
- lib/wmadd/x.rb
Instance Attribute Summary collapse
-
#border_width ⇒ Object
readonly
Returns the value of attribute border_width.
-
#depth ⇒ Object
readonly
Returns the value of attribute depth.
-
#height ⇒ Object
readonly
Returns the value of attribute height.
-
#width ⇒ Object
readonly
Returns the value of attribute width.
-
#x ⇒ Object
readonly
Returns the value of attribute x.
-
#y ⇒ Object
readonly
Returns the value of attribute y.
Instance Attribute Details
#border_width ⇒ Object (readonly)
Returns the value of attribute border_width
438 439 440 |
# File 'lib/wmadd/x.rb', line 438 def border_width @border_width end |
#depth ⇒ Object (readonly)
Returns the value of attribute depth
438 439 440 |
# File 'lib/wmadd/x.rb', line 438 def depth @depth end |
#height ⇒ Object (readonly)
Returns the value of attribute height
438 439 440 |
# File 'lib/wmadd/x.rb', line 438 def height @height end |
#width ⇒ Object (readonly)
Returns the value of attribute width
438 439 440 |
# File 'lib/wmadd/x.rb', line 438 def width @width end |
#x ⇒ Object (readonly)
Returns the value of attribute x
438 439 440 |
# File 'lib/wmadd/x.rb', line 438 def x @x end |
#y ⇒ Object (readonly)
Returns the value of attribute y
438 439 440 |
# File 'lib/wmadd/x.rb', line 438 def y @y end |