class TvrageApi::Schedule

Private Instance Methods

full_path() click to toggle source
# File lib/tvrage_api/schedule.rb, line 118
def full_path
  'feeds/fullschedule.php'
end
full_path_with_params(options) click to toggle source
# File lib/tvrage_api/schedule.rb, line 114
def full_path_with_params(options)
  path(full_path).params(options)
end
quick_path() click to toggle source
# File lib/tvrage_api/schedule.rb, line 110
def quick_path
  'tools/quickschedule.php'
end
quick_path_with_params(options) click to toggle source
# File lib/tvrage_api/schedule.rb, line 106
def quick_path_with_params(options)
  path(quick_path).params(options)
end