Class: ThetvdbApi::Update
Instance Method Summary collapse
-
#all ⇒ Object
Find update data.
-
#all_url ⇒ Object
Find update data - url string.
-
#day ⇒ Object
Find update data.
-
#day_url ⇒ Object
Find update data - url string.
-
#month ⇒ Object
Find update data.
-
#month_url ⇒ Object
Find update data - url string.
-
#week ⇒ Object
Find update data.
-
#week_url ⇒ Object
Find update data - url string.
Methods inherited from Base
#api_key_options, #api_key_with_language_options, #language_options
Instance Method Details
#all ⇒ Object
Find update data.
access: FREE output: XML string (example: thetvdb.com/wiki/index.php/API:Update_Records)
54 55 56 |
# File 'lib/thetvdb_api/update.rb', line 54 def all all_path_with_params.get end |
#all_url ⇒ Object
Find update data - url string.
access: FREE output: url string
62 63 64 |
# File 'lib/thetvdb_api/update.rb', line 62 def all_url all_path_with_params.url end |
#day ⇒ Object
Find update data.
access: FREE output: XML string (example: thetvdb.com/wiki/index.php/API:Update_Records)
6 7 8 |
# File 'lib/thetvdb_api/update.rb', line 6 def day day_path_with_params.get end |
#day_url ⇒ Object
Find update data - url string.
access: FREE output: url string
14 15 16 |
# File 'lib/thetvdb_api/update.rb', line 14 def day_url day_path_with_params.url end |
#month ⇒ Object
Find update data.
access: FREE output: XML string (example: thetvdb.com/wiki/index.php/API:Update_Records)
38 39 40 |
# File 'lib/thetvdb_api/update.rb', line 38 def month month_path_with_params.get end |
#month_url ⇒ Object
Find update data - url string.
access: FREE output: url string
46 47 48 |
# File 'lib/thetvdb_api/update.rb', line 46 def month_url month_path_with_params.url end |
#week ⇒ Object
Find update data.
access: FREE output: XML string (example: thetvdb.com/wiki/index.php/API:Update_Records)
22 23 24 |
# File 'lib/thetvdb_api/update.rb', line 22 def week week_path_with_params.get end |
#week_url ⇒ Object
Find update data - url string.
access: FREE output: url string
30 31 32 |
# File 'lib/thetvdb_api/update.rb', line 30 def week_url week_path_with_params.url end |