Method: Eventifier::TrackableClass.track
- Defined in:
- lib/eventifier/trackable_class.rb
.track(klass, klass_methods, attributes) ⇒ Object
4 5 6 |
# File 'lib/eventifier/trackable_class.rb', line 4 def self.track(klass, klass_methods, attributes) self.new(klass, klass_methods, attributes).track end |