Module: Importable

Instance Attribute Summary collapse

Instance Attribute Details

#importedObject Also known as: imported?

Returns the value of attribute imported.



9
10
11
# File 'app/models/concerns/importable.rb', line 9

def imported
  @imported
end

#importingObject Also known as: importing?

Returns the value of attribute importing.



6
7
8
# File 'app/models/concerns/importable.rb', line 6

def importing
  @importing
end