Method: ViewModel::Cepc60::CommonSchema#all_start_dates

Defined in:
lib/view_model/cepc60/common_schema.rb

#all_start_datesObject



80
81
82
# File 'lib/view_model/cepc60/common_schema.rb', line 80

def all_start_dates
  @xml_doc.search("Start-Date").map(&:content)
end