Method: IControl::Management::EventNotification::EventData#sequence_number
- Defined in:
- lib/icontrol/management/event_notification.rb
#sequence_number ⇒ Numeric
The sequence number is a persisted value that will increment by one for each event notification message configured to be sent to the notification endpoint.
39 40 41 |
# File 'lib/icontrol/management/event_notification.rb', line 39 def sequence_number @sequence_number end |