Class: Fluent::Test::Driver::BaseOwner::ErrorEvent
- Inherits:
-
Struct
- Object
- Struct
- Fluent::Test::Driver::BaseOwner::ErrorEvent
- Defined in:
- lib/fluent/test/driver/base_owner.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#record ⇒ Object
Returns the value of attribute record.
-
#tag ⇒ Object
Returns the value of attribute tag.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
62 63 64 |
# File 'lib/fluent/test/driver/base_owner.rb', line 62 def error @error end |
#record ⇒ Object
Returns the value of attribute record
62 63 64 |
# File 'lib/fluent/test/driver/base_owner.rb', line 62 def record @record end |
#tag ⇒ Object
Returns the value of attribute tag
62 63 64 |
# File 'lib/fluent/test/driver/base_owner.rb', line 62 def tag @tag end |
#time ⇒ Object
Returns the value of attribute time
62 63 64 |
# File 'lib/fluent/test/driver/base_owner.rb', line 62 def time @time end |