Class: SuperInstance::Equipment::SwarmCoordinator::KnowledgeEntry
- Inherits:
-
Data
- Object
- Data
- SuperInstance::Equipment::SwarmCoordinator::KnowledgeEntry
- Defined in:
- lib/equipment/swarm_coordinator/asymmetric_knowledge.rb
Overview
A single knowledge entry
Instance Attribute Summary collapse
-
#confidence ⇒ Object
readonly
Returns the value of attribute confidence.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#expires_at ⇒ Object
readonly
Returns the value of attribute expires_at.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#level ⇒ Object
readonly
Returns the value of attribute level.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#tags ⇒ Object
readonly
Returns the value of attribute tags.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#confidence ⇒ Object (readonly)
Returns the value of attribute confidence
40 41 42 |
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 40 def confidence @confidence end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
40 41 42 |
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 40 def created_at @created_at end |
#expires_at ⇒ Object (readonly)
Returns the value of attribute expires_at
40 41 42 |
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 40 def expires_at @expires_at end |
#id ⇒ Object (readonly)
Returns the value of attribute id
40 41 42 |
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 40 def id @id end |
#key ⇒ Object (readonly)
Returns the value of attribute key
40 41 42 |
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 40 def key @key end |
#level ⇒ Object (readonly)
Returns the value of attribute level
40 41 42 |
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 40 def level @level end |
#source ⇒ Object (readonly)
Returns the value of attribute source
40 41 42 |
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 40 def source @source end |
#tags ⇒ Object (readonly)
Returns the value of attribute tags
40 41 42 |
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 40 def @tags end |
#value ⇒ Object (readonly)
Returns the value of attribute value
40 41 42 |
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 40 def value @value end |