Class: Lemans::Run::Attempt
- Inherits:
-
Data
- Object
- Data
- Lemans::Run::Attempt
- Defined in:
- lib/lemans/run.rb
Instance Attribute Summary collapse
-
#index ⇒ Object
readonly
Returns the value of attribute index.
-
#model ⇒ Object
readonly
Returns the value of attribute model.
-
#task ⇒ Object
readonly
Returns the value of attribute task.
Instance Attribute Details
#index ⇒ Object (readonly)
Returns the value of attribute index
10 11 12 |
# File 'lib/lemans/run.rb', line 10 def index @index end |
#model ⇒ Object (readonly)
Returns the value of attribute model
10 11 12 |
# File 'lib/lemans/run.rb', line 10 def model @model end |
#task ⇒ Object (readonly)
Returns the value of attribute task
10 11 12 |
# File 'lib/lemans/run.rb', line 10 def task @task end |