Method: LockstepSdk::WebhookModel#webhook_id
- Defined in:
- lib/lockstep_sdk/models/webhook_model.rb
#webhook_id ⇒ Uuid
Returns The unique ID of this record, automatically assigned by Lockstep when this record is added to the Lockstep platform.
50 51 52 |
# File 'lib/lockstep_sdk/models/webhook_model.rb', line 50 def webhook_id @webhook_id end |