Class: PopupLayout
- Inherits:
-
Struct
- Object
- Struct
- PopupLayout
- Defined in:
- lib/fatty/renderer.rb
Overview
This Struct encapsulates the geometry of popup windows often needed in rendering.
Instance Attribute Summary collapse
-
#height ⇒ Object
Returns the value of attribute height.
-
#row ⇒ Object
Returns the value of attribute row.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#height ⇒ Object
Returns the value of attribute height
5 6 7 |
# File 'lib/fatty/renderer.rb', line 5 def height @height end |
#row ⇒ Object
Returns the value of attribute row
5 6 7 |
# File 'lib/fatty/renderer.rb', line 5 def row @row end |
#width ⇒ Object
Returns the value of attribute width
5 6 7 |
# File 'lib/fatty/renderer.rb', line 5 def width @width end |