Method: Guide#walk_guide
- Defined in:
- lib/data_services/guide.rb
#walk_guide ⇒ Object
69 70 71 72 73 74 |
# File 'lib/data_services/guide.rb', line 69 def walk_guide @schedule.each do |p| # @logger.info( "#{p.tms_guide_id} #{p.title}") puts( "#{p.tms_guide_id} #{p.title} S #{p.season} E #{p.episode} #{p.episode_title}") end end |