class ShowtimesResult 
  include ROXML 

  xml_object :movies, Movie, ROXML::TAG_ARRAY, "movies" 
  xml_object :theatres, Theatre, ROXML::TAG_ARRAY, "theatre" 
  xml_object :showtimes, ShowtimeLight, ROXML::TAG_ARRAY, "showtimes" 
end


