Method: LockstepSdk::AppEnrollmentModel#app

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

#appApplicationModel

Returns The Application to which this AppEnrollment belongs. Contains general name, description, logo, and other metadata about this application. To retrieve this object, specify ‘App` in the “Include” parameter for your query.

Returns:

  • (ApplicationModel)

    The Application to which this AppEnrollment belongs. Contains general name, description, logo, and other metadata about this application. To retrieve this object, specify ‘App` in the “Include” parameter for your query.



96
97
98
# File 'lib/lockstep_sdk/models/app_enrollment_model.rb', line 96

def app
  @app
end