class TvrageApi::Update

Private Instance Methods

last_path() click to toggle source
# File lib/tvrage_api/update.rb, line 58
def last_path
  'feeds/last_updates.php'
end
last_path_with_params(options) click to toggle source
# File lib/tvrage_api/update.rb, line 54
def last_path_with_params(options)
  path(last_path).params(options)
end