Sha256: 3ac2ba49a6f7edd1aaaa1211c260bca1bb99ad1eb42a4f0b469999deeb48724f

Contents?: true

Size: 172 Bytes

Versions: 10

Compression:

Stored size: 172 Bytes

Contents

class HashImporter
  
  attr_accessor :result, :type
  
  def initialize(type)
    @type = type
    @result = {}
  end
  
  def import(hash)
    @result = hash
  end
  
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
myobie-turbine-core-0.3.0 lib/turbine-core/importers/hash_importer.rb
myobie-turbine-core-0.3.1 lib/turbine-core/importers/hash_importer.rb
myobie-turbine-core-0.3.3 lib/turbine-core/importers/hash_importer.rb
myobie-turbine-core-0.3.5 lib/turbine-core/importers/hash_importer.rb
myobie-turbine-core-0.3.6 lib/turbine-core/importers/hash_importer.rb
myobie-turbine-core-0.3.7 lib/turbine-core/importers/hash_importer.rb
myobie-turbine-core-0.4.0 lib/turbine-core/importers/hash_importer.rb
myobie-turbine-core-0.5.1 lib/turbine-core/importers/hash_importer.rb
myobie-turbine-core-0.5.2 lib/turbine-core/importers/hash_importer.rb
myobie-turbine-core-0.5.3 lib/turbine-core/importers/hash_importer.rb