class SkProgressBarChannel
Public Instance Methods
subscribed()
click to toggle source
# File lib/generators/sk_progress_bar/channel/templates/sk_progress_bar_channel.rb, line 2 def subscribed stream_from "sk_progress_bar_channel" end
unsubscribed()
click to toggle source
# File lib/generators/sk_progress_bar/channel/templates/sk_progress_bar_channel.rb, line 6 def unsubscribed # Any cleanup needed when channel is unsubscribed end