Class: IrsForms::Form1099Misc
- Defined in:
- lib/irs_forms/form1099_misc.rb
Constant Summary collapse
- COPIES =
%W{A B C 1 2}
Instance Attribute Summary
Attributes inherited from Form1099
Attributes inherited from Form
Instance Method Summary collapse
Methods inherited from Form1099
Methods inherited from Form
Constructor Details
This class inherits a constructor from IrsForms::Form1099
Instance Method Details
#template_filepath ⇒ Object
5 6 7 |
# File 'lib/irs_forms/form1099_misc.rb', line 5 def template_filepath super("f1099msc-copy#{copy}.pdf") end |