Class: MacOS::Display::Size
- Inherits:
-
Struct
- Object
- Struct
- MacOS::Display::Size
- Defined in:
- lib/macos/display.rb
Instance Attribute Summary collapse
-
#height ⇒ Object
Returns the value of attribute height.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#height ⇒ Object
Returns the value of attribute height
8 9 10 |
# File 'lib/macos/display.rb', line 8 def height @height end |
#width ⇒ Object
Returns the value of attribute width
8 9 10 |
# File 'lib/macos/display.rb', line 8 def width @width end |