Exception: Pling::DeliveryFailed
Direct Known Subclasses
C2DM::DeviceQuotaExceeded, C2DM::InvalidRegistration, C2DM::MessageTooBig, C2DM::MissingCollapseKey, C2DM::NotRegistered, C2DM::QuotaExceeded, GCM::InternalServerError, GCM::InvalidRegistration, GCM::InvalidTtl, GCM::MessageTooBig, GCM::MismatchSenderId, GCM::MissingRegistration, GCM::NotRegistered, GCM::Unavailable
Instance Attribute Summary collapse
-
#pling_device ⇒ Object
readonly
Returns the value of attribute pling_device.
-
#pling_message ⇒ Object
readonly
Returns the value of attribute pling_message.
Instance Method Summary collapse
-
#initialize(message = nil, pling_message = nil, pling_device = nil) ⇒ DeliveryFailed
constructor
A new instance of DeliveryFailed.
Constructor Details
#initialize(message = nil, pling_message = nil, pling_device = nil) ⇒ DeliveryFailed
Returns a new instance of DeliveryFailed.
29 30 31 32 33 |
# File 'lib/pling.rb', line 29 def initialize( = nil, = nil, pling_device = nil) super() @pling_message = @pling_device = pling_device end |
Instance Attribute Details
#pling_device ⇒ Object (readonly)
Returns the value of attribute pling_device.
27 28 29 |
# File 'lib/pling.rb', line 27 def pling_device @pling_device end |
#pling_message ⇒ Object (readonly)
Returns the value of attribute pling_message.
27 28 29 |
# File 'lib/pling.rb', line 27 def @pling_message end |