Class: TvrageApi::Recap
- Includes:
- Ov
- Defined in:
- lib/tvrage_api/recap.rb
Instance Method Summary collapse
-
#all ⇒ Object
All recaps.
-
#all_url ⇒ Object
All recaps - return only url.
Instance Method Details
#all ⇒ Object
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_url ⇒ Object
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 |