# File lib/hammer_cli_import/contentview.rb, line 61 def mk_content_view_hash(data, repo_ids) { :name => data['channel_name'], :description => 'Channel migrated from Satellite 5', :organization_id => get_translated_id(:organizations, data['org_id'].to_i), :repository_ids => repo_ids } end