Class: APN::ExcludedDevicesForNotification

Inherits:
Base
  • Object
show all
Defined in:
lib/urbanairship_on_rails/models/apn/excluded_devices_for_notification.rb

Constant Summary

Constants inherited from Base

Base::MAX_RETRIES, Base::OPEN_TIMEOUT, Base::READ_TIMEOUT

Instance Method Summary collapse

Methods inherited from Base

#http_delete, #http_get, #http_post, #http_put, table_name

Instance Method Details

#has_broadcast_notification?Boolean

Returns:

  • (Boolean)


18
19
20
# File 'lib/urbanairship_on_rails/models/apn/excluded_devices_for_notification.rb', line 18

def has_broadcast_notification?
  broadcast_notification.nil? ? false : true
end