Ruby: add missing qldoc

This commit is contained in:
Alex Ford
2022-05-26 18:50:57 +01:00
parent 4e0e4f9b5b
commit 30f24697b4

View File

@@ -321,6 +321,7 @@ class ActiveRecordInstance extends DataFlow::Node {
ActiveRecordInstance() { this = instantiation or instantiation.flowsTo(this) }
/** Gets the `ActiveRecordModelClass` that this is an instance of. */
ActiveRecordModelClass getClass() { result = instantiation.getClass() }
}