Method: LockstepSdk::ApplicationModel#created_user_id

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

#created_user_idUuid

Returns The ID of the user who created this application.

Returns:

  • (Uuid)

    The ID of the user who created this application



84
85
86
# File 'lib/lockstep_sdk/models/application_model.rb', line 84

def created_user_id
  @created_user_id
end