# File lib/hammer_cli_import/hostcollection.rb, line 41 def import_single_row(data) sg = mk_sg_hash data create_entity(:host_collections, sg, data['group_id'].to_i) end