Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 563 Bytes

PushResponse.md

File metadata and controls

21 lines (14 loc) · 563 Bytes

Pushy::PushResponse

Properties

Name Type Description Notes
id String [optional]
success Boolean [optional]
info Object Contains additional information about the notification, for debugging purposes. [optional]

Code Sample

require 'Pushy'

instance = Pushy::PushResponse.new(id: 5ea9b214b47cad768a35f13a,
                                 success: true,
                                 info: {"devices":1})