Class: SuperInstance::Equipment::SwarmCoordinator::AgentResult

Inherits:
Data
  • Object
show all
Defined in:
lib/equipment/swarm_coordinator/result_aggregator.rb

Overview

Result from a single agent

Instance Attribute Summary collapse

Instance Attribute Details

#agent_idObject (readonly)

Returns the value of attribute agent_id

Returns:

  • (Object)

    the current value of agent_id



44
45
46
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 44

def agent_id
  @agent_id
end

#confidenceObject (readonly)

Returns the value of attribute confidence

Returns:

  • (Object)

    the current value of confidence



44
45
46
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 44

def confidence
  @confidence
end

#execution_timeObject (readonly)

Returns the value of attribute execution_time

Returns:

  • (Object)

    the current value of execution_time



44
45
46
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 44

def execution_time
  @execution_time
end

#metadataObject (readonly)

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



44
45
46
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 44

def 
  @metadata
end

#timestampObject (readonly)

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



44
45
46
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 44

def timestamp
  @timestamp
end

#validation_errorsObject (readonly)

Returns the value of attribute validation_errors

Returns:

  • (Object)

    the current value of validation_errors



44
45
46
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 44

def validation_errors
  @validation_errors
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



44
45
46
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 44

def value
  @value
end