Class: Form24

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) ⇒ 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