class Helper::Rule

Attributes

attr_name[RW]
type[RW]
xpath[RW]

Public Class Methods

new(attr_name, xpath, type) click to toggle source
# File lib/greenbutton/helpers.rb, line 52
def initialize(attr_name, xpath, type)
  @attr_name = attr_name
  @xpath = xpath
  @type = type
end