Class: Inferno::CLI::ExecuteScript::ExecutionStatus
- Inherits:
-
Struct
- Object
- Struct
- Inferno::CLI::ExecuteScript::ExecutionStatus
- Defined in:
- lib/inferno/apps/cli/execute_script.rb
Instance Attribute Summary collapse
-
#cross_session_status ⇒ Object
Returns the value of attribute cross_session_status.
-
#current_session ⇒ Object
Returns the value of attribute current_session.
-
#current_timeout ⇒ Object
Returns the value of attribute current_timeout.
-
#done ⇒ Object
Returns the value of attribute done.
-
#failed ⇒ Object
Returns the value of attribute failed.
-
#last_log_time ⇒ Object
Returns the value of attribute last_log_time.
-
#last_step_signatures ⇒ Object
Returns the value of attribute last_step_signatures.
-
#timed_out ⇒ Object
Returns the value of attribute timed_out.
Instance Attribute Details
#cross_session_status ⇒ Object
Returns the value of attribute cross_session_status
139 140 141 |
# File 'lib/inferno/apps/cli/execute_script.rb', line 139 def cross_session_status @cross_session_status end |
#current_session ⇒ Object
Returns the value of attribute current_session
139 140 141 |
# File 'lib/inferno/apps/cli/execute_script.rb', line 139 def current_session @current_session end |
#current_timeout ⇒ Object
Returns the value of attribute current_timeout
139 140 141 |
# File 'lib/inferno/apps/cli/execute_script.rb', line 139 def current_timeout @current_timeout end |
#done ⇒ Object
Returns the value of attribute done
139 140 141 |
# File 'lib/inferno/apps/cli/execute_script.rb', line 139 def done @done end |
#failed ⇒ Object
Returns the value of attribute failed
139 140 141 |
# File 'lib/inferno/apps/cli/execute_script.rb', line 139 def failed @failed end |
#last_log_time ⇒ Object
Returns the value of attribute last_log_time
139 140 141 |
# File 'lib/inferno/apps/cli/execute_script.rb', line 139 def last_log_time @last_log_time end |
#last_step_signatures ⇒ Object
Returns the value of attribute last_step_signatures
139 140 141 |
# File 'lib/inferno/apps/cli/execute_script.rb', line 139 def last_step_signatures @last_step_signatures end |
#timed_out ⇒ Object
Returns the value of attribute timed_out
139 140 141 |
# File 'lib/inferno/apps/cli/execute_script.rb', line 139 def timed_out @timed_out end |