class App42::Push::Channel
Attributes
channelName[RW]
description[RW]
Public Class Methods
new(pushNotification)
click to toggle source
This is a constructor that takes no parameter
# File lib/push/PushNotification.rb, line 33 def initialize(pushNotification) pushNotification.channelList.push(self) end