Method: LockstepSdk::WebhookModel#request_content_type
- Defined in:
- lib/lockstep_sdk/models/webhook_model.rb
#request_content_type ⇒ String
Returns The format of the content to be returned in the webhook notifications. Current options are ‘Full’ or ‘Id’.
74 75 76 |
# File 'lib/lockstep_sdk/models/webhook_model.rb', line 74 def request_content_type @request_content_type end |