Class: TvrageApi::Show

Inherits:
Base
  • Object
show all
Includes:
Ov
Defined in:
lib/tvrage_api/show.rb

Instance Method Summary collapse

Instance Method Details

#allObject

Full Show List

access: FREE output: Faraday::Response instance with string



168
169
170
# File 'lib/tvrage_api/show.rb', line 168

def all
  path(all_path).get
end

#all_urlObject

Full Show List - return only url

access: FREE output: url string



176
177
178
# File 'lib/tvrage_api/show.rb', line 176

def all_url
  path(all_path).url
end