Method: LockstepSdk::CodeDefinitionModel#code_definition_id

Defined in:
lib/lockstep_sdk/models/code_definition_model.rb

#code_definition_idUuid

Returns The unique ID of this record, automatically assigned by Lockstep when this record is added to the Lockstep platform.

Returns:

  • (Uuid)

    The unique ID of this record, automatically assigned by Lockstep when this record is added to the Lockstep platform.



40
41
42
# File 'lib/lockstep_sdk/models/code_definition_model.rb', line 40

def code_definition_id
  @code_definition_id
end