Class: Roby::Test::EventReporter::Event

Inherits:
Struct
  • Object
show all
Defined in:
lib/roby/test/event_reporter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



71
72
73
# File 'lib/roby/test/event_reporter.rb', line 71

def args
  @args
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



71
72
73
# File 'lib/roby/test/event_reporter.rb', line 71

def name
  @name
end

#threadObject

Returns the value of attribute thread

Returns:

  • (Object)

    the current value of thread



71
72
73
# File 'lib/roby/test/event_reporter.rb', line 71

def thread
  @thread
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



71
72
73
# File 'lib/roby/test/event_reporter.rb', line 71

def time
  @time
end