class TvrageApi::Info
Private Instance Methods
find_path()
click to toggle source
# File lib/tvrage_api/info.rb, line 72 def find_path 'tools/quickinfo.php' end
find_path_with_params(options)
click to toggle source
# File lib/tvrage_api/info.rb, line 68 def find_path_with_params(options) path(find_path).params(options) end