Class: Form24
Instance Attribute Summary
Attributes inherited from FECForm
Instance Method Summary collapse
-
#initialize(schedule, version) ⇒ Form24
constructor
A new instance of Form24.
Methods inherited from FECForm
#as_activerecord, #as_hash, available_schedules, #field, #method_missing, #ordered_keys, #parse, register, schedule_for
Constructor Details
#initialize(schedule, version) ⇒ Form24
Returns a new instance of Form24.
156 157 158 159 160 |
# File 'lib/fechell/forms.rb', line 156 def initialize(schedule, version) super(schedule, version) end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class FECForm