Class: Chamomile::ResizeEvent
- Inherits:
-
Data
- Object
- Data
- Chamomile::ResizeEvent
- Defined in:
- lib/chamomile/messages.rb
Instance Attribute Summary collapse
-
#height ⇒ Object
readonly
Returns the value of attribute height.
-
#width ⇒ Object
readonly
Returns the value of attribute width.
Instance Attribute Details
#height ⇒ Object (readonly)
Returns the value of attribute height
7 8 9 |
# File 'lib/chamomile/messages.rb', line 7 def height @height end |
#width ⇒ Object (readonly)
Returns the value of attribute width
7 8 9 |
# File 'lib/chamomile/messages.rb', line 7 def width @width end |