Array
# File lib/main/parameter.rb, line 684 def initialize super() self.fields = [] extend BoundsCheck end
# File lib/main/parameter.rb, line 690 def to_options (hash = self.to_hash ).keys.each { |key| hash[key] = hash[key].value } return hash end
[Validate]
Generated with the Darkfish Rdoc Generator 2.