Class: Glass::TimelineItem::Notification
- Inherits:
-
Object
- Object
- Glass::TimelineItem::Notification
- Defined in:
- lib/glass/timeline/timeline_item.rb
Instance Attribute Summary collapse
-
#deliveryTime ⇒ Object
The time at which the notification should be delivered.
-
#level ⇒ Object
Describes how important the notification is.
Instance Attribute Details
#deliveryTime ⇒ Object
The time at which the notification should be delivered.
272 273 274 |
# File 'lib/glass/timeline/timeline_item.rb', line 272 def deliveryTime @deliveryTime end |
#level ⇒ Object
Describes how important the notification is. Allowed values are:
DEFAULT - Notifications of default importance. A chime will be played to alert contacts.
268 269 270 |
# File 'lib/glass/timeline/timeline_item.rb', line 268 def level @level end |