Class: ThetvdbApi::Update

Inherits:
Base
  • Object
show all
Defined in:
lib/thetvdb_api/update.rb

Instance Method Summary collapse

Methods inherited from Base

#api_key_options, #api_key_with_language_options, #language_options

Instance Method Details

#allObject

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_urlObject

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

#dayObject

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_urlObject

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

#monthObject

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_urlObject

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

#weekObject

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_urlObject

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