Class: Main::Parameter::Table

Inherits:
Array show all
Defined in:
lib/main/parameter.rb

Defined Under Namespace

Modules: BoundsCheck

Instance Attribute Summary

Attributes included from Fieldable

#fieldset

Instance Method Summary collapse

Methods inherited from Array

fields, struct

Methods included from Fieldable

#fields, #fields=

Constructor Details

#initializeTable

Returns a new instance of Table.



565
566
567
568
569
# File 'lib/main/parameter.rb', line 565

def initialize
  super()
  self.fields = []
  extend BoundsCheck
end