Class: ExecutingResult
- Inherits:
-
Object
- Object
- ExecutingResult
- 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
-
#started_at ⇒ Object
readonly
Returns the value of attribute started_at.
Instance Method Summary collapse
-
#initialize(started_at = Time.now) ⇒ ExecutingResult
constructor
A new instance of ExecutingResult.
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_at ⇒ Object (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 |