module MusicBrainz class Query < Base attr_accessor :results attr_accessor :original_query attr_accessor :score attr_accessor :top_match attr_accessor :fetch def initialize(query, method, fetch) method=method[:entity] fetch=fetch[:fetch] @fetch=fetch if fetch.is_a?(Hash) && fetch.present? && fetch.has_key?(:fetch) @fetch=fetch if fetch.is_a?(Array) && fetch.present? @fetch=Array.new<