Parent

Methods

SAXMachine::SAXConfig::AncestorConfig

Attributes

name[R]
setter[R]

Public Class Methods

new(name, options) click to toggle source
# File lib/sax-machine/sax_ancestor_config.rb, line 7
def initialize(name, options)
  @name = name.to_s

  @as = options[:as]
  @setter = "#{@as}="
end

Public Instance Methods

column() click to toggle source
# 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.