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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of time



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

def time
  @time
end