class Aruba::Events::BasicEvent

Basic event

This is not meant for direct use - BasicEvent.new - by users. It is inherited by normal events

@private

Attributes

entity[R]

Public Class Methods

new(entity) click to toggle source
# File lib/aruba/events.rb, line 14
def initialize(entity)
  @entity = entity
end