Class: Fluent::Test::Driver::BaseOwner::ErrorEvent

Inherits:
Struct
  • Object
show all
Defined in:
lib/fluent/test/driver/base_owner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject

Returns the value of attribute error



62
63
64
# File 'lib/fluent/test/driver/base_owner.rb', line 62

def error
  @error
end

#recordObject

Returns the value of attribute record



62
63
64
# File 'lib/fluent/test/driver/base_owner.rb', line 62

def record
  @record
end

#tagObject

Returns the value of attribute tag



62
63
64
# File 'lib/fluent/test/driver/base_owner.rb', line 62

def tag
  @tag
end

#timeObject

Returns the value of attribute time



62
63
64
# File 'lib/fluent/test/driver/base_owner.rb', line 62

def time
  @time
end