Class: TvrageApi::Recap

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

Instance Method Summary collapse

Instance Method Details

#allObject

All recaps

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



8
9
10
# File 'lib/tvrage_api/recap.rb', line 8

def all
  path(all_path).get
end

#all_urlObject

All recaps - return only url

access: FREE output: url string



16
17
18
# File 'lib/tvrage_api/recap.rb', line 16

def all_url
  path(all_path).url
end