Class: Main::Parameter::Table
Defined Under Namespace
Modules: BoundsCheck
Instance Method Summary collapse
-
#initialize ⇒ Table
constructor
A new instance of Table.
- #to_options ⇒ Object
Constructor Details
#initialize ⇒ Table
Returns a new instance of Table.
680 681 682 683 684 |
# File 'lib/main/parameter.rb', line 680 def initialize super() self.fields = [] extend BoundsCheck end |
Instance Method Details
#to_options ⇒ Object
686 687 688 689 |
# File 'lib/main/parameter.rb', line 686 def (hash = self.to_hash ).keys.each { |key| hash[key] = hash[key].value } return hash end |