Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 502 Bytes

Notification.md

File metadata and controls

21 lines (14 loc) · 502 Bytes

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

require 'TalonOne'

instance = TalonOne::Notification.new(id: null,
                                 name: null,
                                 description: null)