Method: NacoInterface#fetch_plates_for_volume

Defined in:
lib/nacofetch/naco_interface.rb

#fetch_plates_for_volume(metafile_url, volumecode) ⇒ Object



64
65
66
67
68
# File 'lib/nacofetch/naco_interface.rb', line 64

def fetch_plates_for_volume(metafile_url, volumecode)
  xpath = "/digital_tpp/state_code[city_name/@volume = '#{volumecode}']"

  fetch_plates_for_xpath(metafile_url, xpath)
end