Class: Aggro::EventArgument

Inherits:
Struct
  • Object
show all
Defined in:
lib/aggro.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



106
107
108
# File 'lib/aggro.rb', line 106

def data
  @data
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



106
107
108
# File 'lib/aggro.rb', line 106

def type
  @type
end