Class: Glass::TimelineItem::Notification

Inherits:
Object
  • Object
show all
Defined in:
lib/glass/timeline/timeline_item.rb

Instance Attribute Summary collapse

Instance Attribute Details

#deliveryTimeObject

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

#levelObject

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