class ExecutingResult

class is describe same RSpec::Core::Example::ExecutingResult with no errors

Attributes

started_at[R]

Public Class Methods

new(started_at = Time.now) click to toggle source
# File lib/onlyoffice_tcm_helper/models/sub_elements/executing_result.rb, line 7
def initialize(started_at = Time.now)
  @started_at = started_at
end