Method: LockstepSdk::CodeDefinitionModel#created_user_id

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

#created_user_idUuid

Returns The ID of the user who created the Code Definition.

Returns:

  • (Uuid)

    The ID of the user who created the Code Definition



64
65
66
# File 'lib/lockstep_sdk/models/code_definition_model.rb', line 64

def created_user_id
  @created_user_id
end