Class: Ray::DSL::Event

Inherits:
Struct
  • Object
show all
Defined in:
lib/ray/dsl/event.rb

Overview

Used internally to store event when raise_event is called.

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



4
5
6
# File 'lib/ray/dsl/event.rb', line 4

def args
  @args
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



4
5
6
# File 'lib/ray/dsl/event.rb', line 4

def type
  @type
end