Object
# File lib/sax-machine/sax_attribute_config.rb, line 26 def attrs_match?(attrs) attrs.index(@name) ? true : false end
# File lib/sax-machine/sax_attribute_config.rb, line 34 def collection? false end
# File lib/sax-machine/sax_attribute_config.rb, line 14 def column @as || @name.to_sym end
# File lib/sax-machine/sax_attribute_config.rb, line 30 def has_value_and_attrs_match?(attrs) attrs_match?(attrs) end
Generated with the Darkfish Rdoc Generator 2.