Module: Spider::Model::Synchronized
- Defined in:
- lib/spiderfw/model/mixins/synchronized.rb
Defined Under Namespace
Modules: ClassMethods
Classes: SynchronizationException
Class Method Summary
(collapse)
Class Method Details
+ (Object) extended(model)
5
6
7
|
# File 'lib/spiderfw/model/mixins/synchronized.rb', line 5
def self.extended(model)
model.extend(ClassMethods)
end
|
+ (Object) included(model)
9
10
11
|
# File 'lib/spiderfw/model/mixins/synchronized.rb', line 9
def self.included(model)
model.extend(ClassMethods)
end
|