CodeQL library for Ruby
codeql/ruby-all 0.8.15-dev (changelog, source)
Search

Module ActiveResource

Provides modeling for the ActiveResource library. Version: 6.0.0.

Import path

import codeql.ruby.frameworks.ActiveResource

Classes

Collection

DEPRECATED. Use CollectionSource instead.

CollectionCall

A method call on a collection.

CollectionSource

A call that returns a collection of ActiveResource model objects.

CreateCall

A call to the create(!) class method, which returns an ActiveResource model object.

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 find class method, which returns an ActiveResource model object.

ModelClass

DEPRECATED. Use ModelClassNode instead.

ModelClassMethodCall

A call to a class method on an ActiveResource model class.

ModelClassNode

An ActiveResource class.

ModelInstance

DEPRECATED. Use ModelClassNode.getAnInstanceReference() instead.

ModelInstanceMethodCall

A call to a method on an ActiveResource model object.