Class: RhoDevelopment::AllSubscribersFullUpdateNotifyingTask
- Inherits:
-
LiveUpdateTask
- Object
- LiveUpdateTask
- RhoDevelopment::AllSubscribersFullUpdateNotifyingTask
show all
- Defined in:
- development/live_update_task.rb
Class Method Summary
(collapse)
Instance Method Summary
(collapse)
descendants, #dispatchToUrl, #execute, fromHash
Class Method Details
+ (Object) taskName
151
152
153
|
# File 'development/live_update_task.rb', line 151
def self.taskName
'NotifyAllSubscribersAboutFullUpdate'
end
|
Instance Method Details
- (Object) action
155
156
157
158
159
|
# File 'development/live_update_task.rb', line 155
def action
Configuration::subscribers.each { |subscriber|
subscriber.full_notify
}
end
|