Class: App42::Push::PushNotification
- Inherits:
-
App42Response
- Object
- App42Response
- App42::Push::PushNotification
- Defined in:
- lib/push/PushNotification.rb
Instance Attribute Summary collapse
-
#channelList ⇒ Object
Returns the value of attribute channelList.
-
#deviceToken ⇒ Object
Returns the value of attribute deviceToken.
-
#message ⇒ Object
Returns the value of attribute message.
-
#type ⇒ Object
Returns the value of attribute type.
-
#userName ⇒ Object
Returns the value of attribute userName.
Attributes inherited from App42Response
#isResponseSuccess, #strResponse, #totalRecords
Instance Attribute Details
#channelList ⇒ Object
Returns the value of attribute channelList.
17 18 19 |
# File 'lib/push/PushNotification.rb', line 17 def channelList @channelList end |
#deviceToken ⇒ Object
Returns the value of attribute deviceToken.
17 18 19 |
# File 'lib/push/PushNotification.rb', line 17 def deviceToken @deviceToken end |
#message ⇒ Object
Returns the value of attribute message.
17 18 19 |
# File 'lib/push/PushNotification.rb', line 17 def @message end |
#type ⇒ Object
Returns the value of attribute type.
17 18 19 |
# File 'lib/push/PushNotification.rb', line 17 def type @type end |
#userName ⇒ Object
Returns the value of attribute userName.
17 18 19 |
# File 'lib/push/PushNotification.rb', line 17 def userName @userName end |