Class: FECText
Instance Attribute Summary
Attributes inherited from FECForm
Instance Method Summary collapse
-
#initialize(schedule, version) ⇒ FECText
constructor
A new instance of FECText.
Methods inherited from FECForm
#as_activerecord, #as_hash, available_schedules, #field, #method_missing, #ordered_keys, #parse, register, schedule_for
Constructor Details
#initialize(schedule, version) ⇒ FECText
Returns a new instance of FECText.
1003 1004 1005 1006 1007 |
# File 'lib/fechell/forms.rb', line 1003 def initialize(schedule, version) super(schedule, version) field(:text, ["7.0","6.4","6.3", "6.2", "6.1","5.3", "5.2", "5.1", "5.00", "3.00"],"TEXT4000") end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class FECForm