Exception: CriticalCmdError
- Defined in:
- lib/openc3/top_level.rb
Instance Attribute Summary collapse
-
#cmd_name ⇒ Object
Returns the value of attribute cmd_name.
-
#cmd_params ⇒ Object
Returns the value of attribute cmd_params.
-
#cmd_string ⇒ Object
Returns the value of attribute cmd_string.
-
#target_name ⇒ Object
Returns the value of attribute target_name.
-
#username ⇒ Object
Returns the value of attribute username.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
Instance Attribute Details
#cmd_name ⇒ Object
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_params ⇒ Object
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_string ⇒ Object
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_name ⇒ Object
Returns the value of attribute target_name.
55 56 57 |
# File 'lib/openc3/top_level.rb', line 55 def target_name @target_name end |
#username ⇒ Object
Returns the value of attribute username.
54 55 56 |
# File 'lib/openc3/top_level.rb', line 54 def username @username end |
#uuid ⇒ Object
Returns the value of attribute uuid.
53 54 55 |
# File 'lib/openc3/top_level.rb', line 53 def uuid @uuid end |