Class: Roby::Test::EventReporter::Event
- Defined in:
- lib/roby/test/event_reporter.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#name ⇒ Object
Returns the value of attribute name.
-
#thread ⇒ Object
Returns the value of attribute thread.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
71 72 73 |
# File 'lib/roby/test/event_reporter.rb', line 71 def args @args end |
#name ⇒ Object
Returns the value of attribute name
71 72 73 |
# File 'lib/roby/test/event_reporter.rb', line 71 def name @name end |
#thread ⇒ Object
Returns the value of attribute thread
71 72 73 |
# File 'lib/roby/test/event_reporter.rb', line 71 def thread @thread end |
#time ⇒ Object
Returns the value of attribute time
71 72 73 |
# File 'lib/roby/test/event_reporter.rb', line 71 def time @time end |