Class: TvrageApi::Update
Instance Method Summary collapse
-
#last(options = {}) ⇒ Object
List For Last Updated Shows.
-
#last_url(options = {}) ⇒ Object
List For Last Updated Shows - return only url.
Instance Method Details
#last(options = {}) ⇒ Object
List For Last Updated Shows
access: FREE param: options hash
hours: number of hours (optional)
sort: unfortunatelly unspecified (optional)
since: timestampe (optional)
output: Faraday::Response instance with parsed XML string
10 11 12 |
# File 'lib/tvrage_api/update.rb', line 10 def last( = {}) last_path_with_params().get end |
#last_url(options = {}) ⇒ Object
List For Last Updated Shows - return only url
access: FREE param: options hash
hours: number of hours (optional)
sort: unfortunatelly unspecified (optional)
since: timestampe (optional)
output: url string
22 23 24 |
# File 'lib/tvrage_api/update.rb', line 22 def last_url( = {}) last_path_with_params().url end |