Class: ExecutingResultPending
- Inherits:
-
Object
- Object
- ExecutingResultPending
- Defined in:
- lib/onlyoffice_tcm_helper/models/sub_elements/executing_result_pending.rb
Overview
class is describe same RSpec::Core::Example::ExecutingResult with pending status
Instance Attribute Summary collapse
-
#pending_message ⇒ Object
readonly
Returns the value of attribute pending_message.
-
#started_at ⇒ Object
readonly
Returns the value of attribute started_at.
Instance Method Summary collapse
-
#initialize(pending_message: 'Pending exception') ⇒ ExecutingResultPending
constructor
A new instance of ExecutingResultPending.
Constructor Details
#initialize(pending_message: 'Pending exception') ⇒ ExecutingResultPending
Returns a new instance of ExecutingResultPending.
7 8 9 10 |
# File 'lib/onlyoffice_tcm_helper/models/sub_elements/executing_result_pending.rb', line 7 def initialize(pending_message: 'Pending exception') @started_at = Time.now @pending_message = end |
Instance Attribute Details
#pending_message ⇒ Object (readonly)
Returns the value of attribute pending_message.
5 6 7 |
# File 'lib/onlyoffice_tcm_helper/models/sub_elements/executing_result_pending.rb', line 5 def @pending_message end |
#started_at ⇒ Object (readonly)
Returns the value of attribute started_at.
5 6 7 |
# File 'lib/onlyoffice_tcm_helper/models/sub_elements/executing_result_pending.rb', line 5 def started_at @started_at end |