Method: LockstepSdk::AppEnrollmentModel#app_id

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

#app_idUuid

Returns The ID number of the Application that this enrollment represents. You can fetch information about this Application object by specifying ‘App` in the “Include” parameter for your request.

Returns:

  • (Uuid)

    The ID number of the Application that this enrollment represents. You can fetch information about this Application object by specifying ‘App` in the “Include” parameter for your request.



56
57
58
# File 'lib/lockstep_sdk/models/app_enrollment_model.rb', line 56

def app_id
  @app_id
end