Class: Lemans::Run::Attempt

Inherits:
Data
  • Object
show all
Defined in:
lib/lemans/run.rb

Instance Attribute Summary collapse

Instance Attribute Details

#indexObject (readonly)

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



10
11
12
# File 'lib/lemans/run.rb', line 10

def index
  @index
end

#modelObject (readonly)

Returns the value of attribute model

Returns:

  • (Object)

    the current value of model



10
11
12
# File 'lib/lemans/run.rb', line 10

def model
  @model
end

#taskObject (readonly)

Returns the value of attribute task

Returns:

  • (Object)

    the current value of task



10
11
12
# File 'lib/lemans/run.rb', line 10

def task
  @task
end