Class: Whacamole::Events::DynoSize
- Defined in:
- lib/whacamole/events.rb
Instance Attribute Summary collapse
-
#size ⇒ Object
Returns the value of attribute size.
-
#units ⇒ Object
Returns the value of attribute units.
Attributes inherited from Event
Method Summary
Methods inherited from Event
Constructor Details
This class inherits a constructor from Whacamole::Events::Event
Instance Attribute Details
#size ⇒ Object
Returns the value of attribute size.
15 16 17 |
# File 'lib/whacamole/events.rb', line 15 def size @size end |
#units ⇒ Object
Returns the value of attribute units.
14 15 16 |
# File 'lib/whacamole/events.rb', line 14 def units @units end |