Class: FECText

Inherits:
FECForm show all
Defined in:
lib/fechell/forms.rb

Instance Attribute Summary

Attributes inherited from FECForm

#schedule, #values, #version

Instance Method Summary collapse

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