require 'ostruct' module Jamnagar module Materials class Item < Ore def raw_contributor to_h["raw"]["user"] end def raw_source host = to_h['final_url_host'] || "nosource.jamnagar.co" {"id" => host} end end end end