Class: Inferno::CLI::ExecuteScript::ScriptSession
- Inherits:
-
Struct
- Object
- Struct
- Inferno::CLI::ExecuteScript::ScriptSession
- Defined in:
- lib/inferno/apps/cli/execute_script.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#session_id ⇒ Object
Returns the value of attribute session_id.
-
#short_id_map ⇒ Object
Returns the value of attribute short_id_map.
-
#suite_id ⇒ Object
Returns the value of attribute suite_id.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
134 135 136 |
# File 'lib/inferno/apps/cli/execute_script.rb', line 134 def key @key end |
#session_id ⇒ Object
Returns the value of attribute session_id
134 135 136 |
# File 'lib/inferno/apps/cli/execute_script.rb', line 134 def session_id @session_id end |
#short_id_map ⇒ Object
Returns the value of attribute short_id_map
134 135 136 |
# File 'lib/inferno/apps/cli/execute_script.rb', line 134 def short_id_map @short_id_map end |
#suite_id ⇒ Object
Returns the value of attribute suite_id
134 135 136 |
# File 'lib/inferno/apps/cli/execute_script.rb', line 134 def suite_id @suite_id end |