Class: Aggro::EventArgument
- Inherits:
-
Struct
- Object
- Struct
- Aggro::EventArgument
- Defined in:
- lib/aggro.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
106 107 108 |
# File 'lib/aggro.rb', line 106 def data @data end |
#type ⇒ Object
Returns the value of attribute type
106 107 108 |
# File 'lib/aggro.rb', line 106 def type @type end |