Object
# File lib/sax-machine/sax_ancestor_config.rb, line 7 def initialize(name, options) @name = name.to_s @as = options[:as] @setter = "#{@as}=" end
# File lib/sax-machine/sax_ancestor_config.rb, line 14 def column @as || @name.to_sym end
[Validate]
Generated with the Darkfish Rdoc Generator 2.