Exception: CriticalCmdError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/openc3/top_level.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cmd_nameObject

Returns the value of attribute cmd_name.



56
57
58
# File 'lib/openc3/top_level.rb', line 56

def cmd_name
  @cmd_name
end

#cmd_paramsObject

Returns the value of attribute cmd_params.



57
58
59
# File 'lib/openc3/top_level.rb', line 57

def cmd_params
  @cmd_params
end

#cmd_stringObject

Returns the value of attribute cmd_string.



58
59
60
# File 'lib/openc3/top_level.rb', line 58

def cmd_string
  @cmd_string
end

#target_nameObject

Returns the value of attribute target_name.



55
56
57
# File 'lib/openc3/top_level.rb', line 55

def target_name
  @target_name
end

#usernameObject

Returns the value of attribute username.



54
55
56
# File 'lib/openc3/top_level.rb', line 54

def username
  @username
end

#uuidObject

Returns the value of attribute uuid.



53
54
55
# File 'lib/openc3/top_level.rb', line 53

def uuid
  @uuid
end