Class: RubyPushNotifications::GCM::GCMResultOK

Inherits:
GCMResult
  • Object
show all
Defined in:
lib/ruby-push-notifications/gcm/gcm_result.rb

Overview

Indicates that the notification was successfully sent to the corresponding registration ID

Instance Method Summary collapse

Instance Method Details

#==(other) ⇒ Object



14
15
16
# File 'lib/ruby-push-notifications/gcm/gcm_result.rb', line 14

def ==(other)
  other.is_a?(GCMResultOK) || super(other)
end