class Main::Parameter::Table
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/main/parameter.rb, line 715 def initialize super() self.fields = [] extend BoundsCheck end
Public Instance Methods
to_options()
click to toggle source
# File lib/main/parameter.rb, line 721 def to_options (hash = self.to_hash ).keys.each { |key| hash[key] = hash[key].value } return hash end