Class: Whacamole::Events::DynoSize

Inherits:
Event
  • Object
show all
Defined in:
lib/whacamole/events.rb

Instance Attribute Summary collapse

Attributes inherited from Event

#process

Method Summary

Methods inherited from Event

#initialize

Constructor Details

This class inherits a constructor from Whacamole::Events::Event

Instance Attribute Details

#sizeObject

Returns the value of attribute size.



15
16
17
# File 'lib/whacamole/events.rb', line 15

def size
  @size
end

#unitsObject

Returns the value of attribute units.



14
15
16
# File 'lib/whacamole/events.rb', line 14

def units
  @units
end