module TPS::Importer

Public Class Methods

create(file, format=nil) click to toggle source
# File lib/tps/importer.rb, line 6
def self.create(file, format=nil)
  TPS::Importer::Trello.new file
end