Method: RubyPushNotifications::MPNS::MPNSResponse#success
- Defined in:
- lib/ruby-push-notifications/mpns/mpns_response.rb
#success ⇒ Integer (readonly)
Returns the number of successfully sent notifications.
11 12 13 |
# File 'lib/ruby-push-notifications/mpns/mpns_response.rb', line 11 def success @success end |