qtil
advanced-security/qtil-ruby 0.0.2
Search

Module ActiveResource

Provides modeling for the ActiveResource library. Version: 6.0.0.

Import path

import codeql.ruby.frameworks.ActiveResource

Classes

Collection

A collection of ActiveResource model objects.

CollectionCall

A method call on a collection.

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

An ActiveResource class.

ModelClassMethodCall

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

ModelInstance

An ActiveResource model object.

ModelInstanceMethodCall

A call to a method on an ActiveResource model object.