class ClientPropsRuleSet

Copyright
Author

Attributes

ruleSet[R]
userAgent[R]

Public Class Methods

new(userAgent, ruleSet) click to toggle source
# File ../Src/clientpropsruleset.rb, line 15
def initialize (userAgent, ruleSet)
        @userAgent = userAgent
        @ruleSet = ruleSet
end