Class: Inferno::CLI::ExecuteScript::ScriptSession

Inherits:
Struct
  • Object
show all
Defined in:
lib/inferno/apps/cli/execute_script.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



134
135
136
# File 'lib/inferno/apps/cli/execute_script.rb', line 134

def key
  @key
end

#session_idObject

Returns the value of attribute session_id

Returns:

  • (Object)

    the current value of session_id



134
135
136
# File 'lib/inferno/apps/cli/execute_script.rb', line 134

def session_id
  @session_id
end

#short_id_mapObject

Returns the value of attribute short_id_map

Returns:

  • (Object)

    the current value of 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_idObject

Returns the value of attribute suite_id

Returns:

  • (Object)

    the current value of suite_id



134
135
136
# File 'lib/inferno/apps/cli/execute_script.rb', line 134

def suite_id
  @suite_id
end