Class: SuperInstance::Equipment::SwarmCoordinator::KnowledgeEntry

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

Overview

A single knowledge entry

Instance Attribute Summary collapse

Instance Attribute Details

#confidenceObject (readonly)

Returns the value of attribute confidence

Returns:

  • (Object)

    the current value of confidence



40
41
42
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 40

def confidence
  @confidence
end

#created_atObject (readonly)

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



40
41
42
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 40

def created_at
  @created_at
end

#expires_atObject (readonly)

Returns the value of attribute expires_at

Returns:

  • (Object)

    the current value of expires_at



40
41
42
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 40

def expires_at
  @expires_at
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



40
41
42
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 40

def id
  @id
end

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



40
41
42
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 40

def key
  @key
end

#levelObject (readonly)

Returns the value of attribute level

Returns:

  • (Object)

    the current value of level



40
41
42
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 40

def level
  @level
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



40
41
42
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 40

def source
  @source
end

#tagsObject (readonly)

Returns the value of attribute tags

Returns:

  • (Object)

    the current value of tags



40
41
42
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 40

def tags
  @tags
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



40
41
42
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 40

def value
  @value
end