Module ActiveResource
Provides modeling for the ActiveResource library.
Version: 6.0.0.
Import path
import codeql.ruby.frameworks.ActiveResourceClasses
| CollectionCall | A method call on a collection. |
| CollectionSource | A call that returns a collection of ActiveResource model objects. |
| CreateCall | A call to the |
| CustomHttpCall | A call to a method that sends a custom HTTP request outside of the ActiveResource conventions. This typically returns an ActiveResource model object. It may return a collection, but we don’t currently model that. |
| FindCall | A call to the |
| ModelClassMethodCall | A call to a class method on an ActiveResource model class. |
| ModelClassNode | An ActiveResource class. |
| ModelInstanceMethodCall | A call to a method on an ActiveResource model object. |