Class: OneSignal::Notification
- Defined in:
- lib/onesignal/models/notification.rb
Instance Attribute Summary collapse
-
#canceled ⇒ Object
Returns the value of attribute canceled.
-
#contents ⇒ Object
Returns the value of attribute contents.
-
#converted ⇒ Object
Returns the value of attribute converted.
-
#data ⇒ Object
Returns the value of attribute data.
-
#errored ⇒ Object
Returns the value of attribute errored.
-
#failed ⇒ Object
Returns the value of attribute failed.
-
#headings ⇒ Object
Returns the value of attribute headings.
-
#id ⇒ Object
Returns the value of attribute id.
-
#include_player_ids ⇒ Object
Returns the value of attribute include_player_ids.
-
#included_segments ⇒ Object
Returns the value of attribute included_segments.
-
#isAdm ⇒ Object
Returns the value of attribute isAdm.
-
#isAndroid ⇒ Object
Returns the value of attribute isAndroid.
-
#isChrome ⇒ Object
Returns the value of attribute isChrome.
-
#isChromeWeb ⇒ Object
Returns the value of attribute isChromeWeb.
-
#isFirefox ⇒ Object
Returns the value of attribute isFirefox.
-
#isIos ⇒ Object
Returns the value of attribute isIos.
-
#isSafari ⇒ Object
Returns the value of attribute isSafari.
-
#isWP ⇒ Object
Returns the value of attribute isWP.
-
#isWP_WNS ⇒ Object
Returns the value of attribute isWP_WNS.
-
#queued_at ⇒ Object
Returns the value of attribute queued_at.
-
#remaining ⇒ Object
Returns the value of attribute remaining.
-
#send_after ⇒ Object
Returns the value of attribute send_after.
-
#successful ⇒ Object
Returns the value of attribute successful.
-
#url ⇒ Object
Returns the value of attribute url.
Method Summary
Methods inherited from BaseModel
#initialize, #inspect, to_proc
Constructor Details
This class inherits a constructor from OneSignal::BaseModel
Instance Attribute Details
#canceled ⇒ Object
Returns the value of attribute canceled.
3 4 5 |
# File 'lib/onesignal/models/notification.rb', line 3 def canceled @canceled end |
#contents ⇒ Object
Returns the value of attribute contents.
3 4 5 |
# File 'lib/onesignal/models/notification.rb', line 3 def contents @contents end |
#converted ⇒ Object
Returns the value of attribute converted.
3 4 5 |
# File 'lib/onesignal/models/notification.rb', line 3 def converted @converted end |
#data ⇒ Object
Returns the value of attribute data.
3 4 5 |
# File 'lib/onesignal/models/notification.rb', line 3 def data @data end |
#errored ⇒ Object
Returns the value of attribute errored.
3 4 5 |
# File 'lib/onesignal/models/notification.rb', line 3 def errored @errored end |
#failed ⇒ Object
Returns the value of attribute failed.
3 4 5 |
# File 'lib/onesignal/models/notification.rb', line 3 def failed @failed end |
#headings ⇒ Object
Returns the value of attribute headings.
3 4 5 |
# File 'lib/onesignal/models/notification.rb', line 3 def headings @headings end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/onesignal/models/notification.rb', line 3 def id @id end |
#include_player_ids ⇒ Object
Returns the value of attribute include_player_ids.
3 4 5 |
# File 'lib/onesignal/models/notification.rb', line 3 def include_player_ids @include_player_ids end |
#included_segments ⇒ Object
Returns the value of attribute included_segments.
3 4 5 |
# File 'lib/onesignal/models/notification.rb', line 3 def included_segments @included_segments end |
#isAdm ⇒ Object
Returns the value of attribute isAdm.
3 4 5 |
# File 'lib/onesignal/models/notification.rb', line 3 def isAdm @isAdm end |
#isAndroid ⇒ Object
Returns the value of attribute isAndroid.
3 4 5 |
# File 'lib/onesignal/models/notification.rb', line 3 def isAndroid @isAndroid end |
#isChrome ⇒ Object
Returns the value of attribute isChrome.
3 4 5 |
# File 'lib/onesignal/models/notification.rb', line 3 def isChrome @isChrome end |
#isChromeWeb ⇒ Object
Returns the value of attribute isChromeWeb.
3 4 5 |
# File 'lib/onesignal/models/notification.rb', line 3 def isChromeWeb @isChromeWeb end |
#isFirefox ⇒ Object
Returns the value of attribute isFirefox.
3 4 5 |
# File 'lib/onesignal/models/notification.rb', line 3 def isFirefox @isFirefox end |
#isIos ⇒ Object
Returns the value of attribute isIos.
3 4 5 |
# File 'lib/onesignal/models/notification.rb', line 3 def isIos @isIos end |
#isSafari ⇒ Object
Returns the value of attribute isSafari.
3 4 5 |
# File 'lib/onesignal/models/notification.rb', line 3 def isSafari @isSafari end |
#isWP ⇒ Object
Returns the value of attribute isWP.
3 4 5 |
# File 'lib/onesignal/models/notification.rb', line 3 def isWP @isWP end |
#isWP_WNS ⇒ Object
Returns the value of attribute isWP_WNS.
3 4 5 |
# File 'lib/onesignal/models/notification.rb', line 3 def isWP_WNS @isWP_WNS end |
#queued_at ⇒ Object
Returns the value of attribute queued_at.
3 4 5 |
# File 'lib/onesignal/models/notification.rb', line 3 def queued_at @queued_at end |
#remaining ⇒ Object
Returns the value of attribute remaining.
3 4 5 |
# File 'lib/onesignal/models/notification.rb', line 3 def remaining @remaining end |
#send_after ⇒ Object
Returns the value of attribute send_after.
3 4 5 |
# File 'lib/onesignal/models/notification.rb', line 3 def send_after @send_after end |
#successful ⇒ Object
Returns the value of attribute successful.
3 4 5 |
# File 'lib/onesignal/models/notification.rb', line 3 def successful @successful end |
#url ⇒ Object
Returns the value of attribute url.
3 4 5 |
# File 'lib/onesignal/models/notification.rb', line 3 def url @url end |