Class: Potpourri::ImportableField

Inherits:
Field
  • Object
show all
Defined in:
lib/models/importable_field.rb

Instance Attribute Summary

Attributes inherited from Field

#export_method, #header, #import_method, #name

Instance Method Summary collapse

Methods inherited from Field

#export, #import, #importable?, #initialize

Methods included from Titleize

#titleize

Constructor Details

This class inherits a constructor from Potpourri::Field

Instance Method Details

#exportable?Boolean

Returns:

  • (Boolean)


3
4
5
# File 'lib/models/importable_field.rb', line 3

def exportable?
  false
end