Method: OpenC3::Target#id

Defined in:
lib/openc3/system/target.rb

#idString

Returns Id of the target configuration.

Returns:

  • (String)

    Id of the target configuration



75
76
77
# File 'lib/openc3/system/target.rb', line 75

def id
  @id
end