Class: SuperInstance::Equipment::SwarmCoordinator::AccessCondition
- Inherits:
-
Data
- Object
- Data
- SuperInstance::Equipment::SwarmCoordinator::AccessCondition
- Defined in:
- lib/equipment/swarm_coordinator/asymmetric_knowledge.rb
Overview
Condition for access policy
Instance Attribute Summary collapse
-
#operator ⇒ Object
readonly
Returns the value of attribute operator.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#operator ⇒ Object (readonly)
Returns the value of attribute operator
65 66 67 |
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 65 def operator @operator end |
#type ⇒ Object (readonly)
Returns the value of attribute type
65 66 67 |
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 65 def type @type end |
#value ⇒ Object (readonly)
Returns the value of attribute value
65 66 67 |
# File 'lib/equipment/swarm_coordinator/asymmetric_knowledge.rb', line 65 def value @value end |