Class methods
create_collection(name : String)
Create a tamper rule collection
Sourcecreate_rule(name : String, condition : String, strategy : String, collection_id : String | Nil = nil)
Sourcedelete_collection(collection_id : String)
Delete a tamper rule collection
Sourcedelete_rule(rule_id : String)
Sourcemove_rule(rule_id : String, collection_id : String)
Move a tamper rule to a collection
Sourcerename_collection(collection_id : String, name : String)
Rename a tamper rule collection
Sourcerename_rule(rule_id : String, name : String)
Sourcetoggle_rule(rule_id : String, enabled : Bool)
Toggle tamper rule enabled state
Sourceupdate_rule(rule_id : String, name : String | Nil = nil, condition : String | Nil = nil, strategy : String | Nil = nil)
Source