Class: TvrageApi::Show
Instance Method Summary collapse
-
#all ⇒ Object
Full Show List.
-
#all_url ⇒ Object
Full Show List - return only url.
Instance Method Details
#all ⇒ Object
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_url ⇒ Object
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 |