Method: LockstepSdk::UserRoleModel#user_role_id

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

#user_role_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.



37
38
39
# File 'lib/lockstep_sdk/models/user_role_model.rb', line 37

def user_role_id
  @user_role_id
end