Class: Potpourri::ExportableField
- Defined in:
- lib/models/exportable_field.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Field
#export_method, #header, #import_method, #name
Instance Method Summary collapse
Methods inherited from Field
#export, #exportable?, #import, #initialize
Methods included from Titleize
Constructor Details
This class inherits a constructor from Potpourri::Field
Instance Method Details
#importable? ⇒ Boolean
5 6 7 |
# File 'lib/models/exportable_field.rb', line 5 def importable? false end |