Class: ChronoForge::Dashboard::TimelinePresenter::Entry

Inherits:
Struct
  • Object
show all
Defined in:
app/presenters/chrono_forge/dashboard/timeline_presenter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attemptsObject

Returns the value of attribute attempts

Returns:

  • (Object)

    the current value of attempts



4
5
6
# File 'app/presenters/chrono_forge/dashboard/timeline_presenter.rb', line 4

def attempts
  @attempts
end

#completed_atObject

Returns the value of attribute completed_at

Returns:

  • (Object)

    the current value of completed_at



4
5
6
# File 'app/presenters/chrono_forge/dashboard/timeline_presenter.rb', line 4

def completed_at
  @completed_at
end

#error_classObject

Returns the value of attribute error_class

Returns:

  • (Object)

    the current value of error_class



4
5
6
# File 'app/presenters/chrono_forge/dashboard/timeline_presenter.rb', line 4

def error_class
  @error_class
end

#error_messageObject

Returns the value of attribute error_message

Returns:

  • (Object)

    the current value of error_message



4
5
6
# File 'app/presenters/chrono_forge/dashboard/timeline_presenter.rb', line 4

def error_message
  @error_message
end

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



4
5
6
# File 'app/presenters/chrono_forge/dashboard/timeline_presenter.rb', line 4

def errors
  @errors
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



4
5
6
# File 'app/presenters/chrono_forge/dashboard/timeline_presenter.rb', line 4

def id
  @id
end

#iterationsObject

Returns the value of attribute iterations

Returns:

  • (Object)

    the current value of iterations



4
5
6
# File 'app/presenters/chrono_forge/dashboard/timeline_presenter.rb', line 4

def iterations
  @iterations
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



4
5
6
# File 'app/presenters/chrono_forge/dashboard/timeline_presenter.rb', line 4

def kind
  @kind
end

#last_executed_atObject

Returns the value of attribute last_executed_at

Returns:

  • (Object)

    the current value of last_executed_at



4
5
6
# File 'app/presenters/chrono_forge/dashboard/timeline_presenter.rb', line 4

def last_executed_at
  @last_executed_at
end

#last_run_atObject

Returns the value of attribute last_run_at

Returns:

  • (Object)

    the current value of last_run_at



4
5
6
# File 'app/presenters/chrono_forge/dashboard/timeline_presenter.rb', line 4

def last_run_at
  @last_run_at
end

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



4
5
6
# File 'app/presenters/chrono_forge/dashboard/timeline_presenter.rb', line 4

def 
  @metadata
end

#missing_error_idObject

Returns the value of attribute missing_error_id

Returns:

  • (Object)

    the current value of missing_error_id



4
5
6
# File 'app/presenters/chrono_forge/dashboard/timeline_presenter.rb', line 4

def missing_error_id
  @missing_error_id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'app/presenters/chrono_forge/dashboard/timeline_presenter.rb', line 4

def name
  @name
end

#skipped_ticksObject

Returns the value of attribute skipped_ticks

Returns:

  • (Object)

    the current value of skipped_ticks



4
5
6
# File 'app/presenters/chrono_forge/dashboard/timeline_presenter.rb', line 4

def skipped_ticks
  @skipped_ticks
end

#started_atObject

Returns the value of attribute started_at

Returns:

  • (Object)

    the current value of started_at



4
5
6
# File 'app/presenters/chrono_forge/dashboard/timeline_presenter.rb', line 4

def started_at
  @started_at
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



4
5
6
# File 'app/presenters/chrono_forge/dashboard/timeline_presenter.rb', line 4

def status
  @status
end

#step_nameObject

Returns the value of attribute step_name

Returns:

  • (Object)

    the current value of step_name



4
5
6
# File 'app/presenters/chrono_forge/dashboard/timeline_presenter.rb', line 4

def step_name
  @step_name
end

#tombstonesObject

Returns the value of attribute tombstones

Returns:

  • (Object)

    the current value of tombstones



4
5
6
# File 'app/presenters/chrono_forge/dashboard/timeline_presenter.rb', line 4

def tombstones
  @tombstones
end