Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
CodeQL library for Ruby
codeql/ruby-all 4.1.6 (changelog, source)

Module ActiveResource

Provides modeling for the ActiveResource library. Version: 6.0.0.

Import path

import codeql.ruby.frameworks.ActiveResource

Classes

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.

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.