Class: ExecutingResult

Inherits:
Object
  • Object
show all
Defined in:
lib/onlyoffice_tcm_helper/models/sub_elements/executing_result.rb

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(started_at = Time.now) ⇒ ExecutingResult

Returns a new instance of ExecutingResult.



7
8
9
# File 'lib/onlyoffice_tcm_helper/models/sub_elements/executing_result.rb', line 7

def initialize(started_at = Time.now)
  @started_at = started_at
end

Instance Attribute Details

#started_atObject (readonly)

Returns the value of attribute started_at.



5
6
7
# File 'lib/onlyoffice_tcm_helper/models/sub_elements/executing_result.rb', line 5

def started_at
  @started_at
end