Method: NacoInterface#fetch_plates_for_state
- Defined in:
- lib/nacofetch/naco_interface.rb
#fetch_plates_for_state(metafile_url, statecode) ⇒ Object
58 59 60 61 62 |
# File 'lib/nacofetch/naco_interface.rb', line 58 def fetch_plates_for_state(, statecode) xpath = "/digital_tpp/state_code[@ID = '#{statecode}']" fetch_plates_for_xpath(, xpath) end |