Class: Lemans::Agents::Base::Result
- Inherits:
-
Data
- Object
- Data
- Lemans::Agents::Base::Result
- Defined in:
- lib/lemans/agents/base.rb
Instance Attribute Summary collapse
-
#outcome ⇒ Object
readonly
Returns the value of attribute outcome.
-
#trajectory ⇒ Object
readonly
Returns the value of attribute trajectory.
-
#usage ⇒ Object
readonly
Returns the value of attribute usage.
Instance Attribute Details
#outcome ⇒ Object (readonly)
Returns the value of attribute outcome
8 9 10 |
# File 'lib/lemans/agents/base.rb', line 8 def outcome @outcome end |
#trajectory ⇒ Object (readonly)
Returns the value of attribute trajectory
8 9 10 |
# File 'lib/lemans/agents/base.rb', line 8 def trajectory @trajectory end |
#usage ⇒ Object (readonly)
Returns the value of attribute usage
8 9 10 |
# File 'lib/lemans/agents/base.rb', line 8 def usage @usage end |