Skip to content

Instantly share code, notes, and snippets.

@jonhilt
Created May 26, 2010 13:14
Show Gist options
  • Save jonhilt/414449 to your computer and use it in GitHub Desktop.
Save jonhilt/414449 to your computer and use it in GitHub Desktop.
function Rule(subRuleCode, productGroupId) {
this.SubRule = subRuleCode;
this.ProductGroupId = productGroupId;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment