Sha256: 95bc0ce331f697ae03721d471364cdeabed0eb08b65dfbe1ca07674feef590cd
Contents?: true
Size: 375 Bytes
Versions: 3
Compression:
Stored size: 375 Bytes
Contents
# Represents url mapping rules stored on the server. These rules should be applied # to URLs which are not normalized into controller class/action by Rails routes. # Insantiated strictly by Marshal. class NewRelic::UrlRule attr_reader :match_expression, :replacement, :eval_order, :terminate_chain def apply url return nil end class RuleSet end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
newrelic_rpm-2.13.0.beta5 | lib/new_relic/url_rule.rb |
newrelic_rpm-2.13.0.beta4 | lib/new_relic/url_rule.rb |
newrelic_rpm-2.13.0.beta3 | lib/new_relic/url_rule.rb |