Sha256: 212450d5397e8887cfaa3c658b2f2189f110a8218ab89bfead5593e9abb3a6f0
Contents?: true
Size: 502 Bytes
Versions: 6
Compression:
Stored size: 502 Bytes
Contents
# TalonOne::Notification ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | id of the notification. | **name** | **String** | name of the notification. | **description** | **String** | description of the notification. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::Notification.new(id: null, name: null, description: null) ```
Version data entries
6 entries across 6 versions & 1 rubygems