Method: RubyPushNotifications::MPNS::MPNSResponse#success

Defined in:
lib/ruby-push-notifications/mpns/mpns_response.rb

#successInteger (readonly)

Returns the number of successfully sent notifications.

Returns:

  • (Integer)

    the number of successfully sent notifications



11
12
13
# File 'lib/ruby-push-notifications/mpns/mpns_response.rb', line 11

def success
  @success
end