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: Faraday::Response instance with parsed XML string example: thetvdb.com/wiki/index.php/API:Update_Records



58
59
60
# File 'lib/thetvdb_api/update.rb', line 58

def all
  all_path_with_params.get
end

#all_urlObject

Find update data - url string.

access: FREE output: url string



66
67
68
# File 'lib/thetvdb_api/update.rb', line 66

def all_url
  all_path_with_params.url
end

#dayObject

Find update data.

access: FREE output: Faraday::Response instance with parsed XML string example: thetvdb.com/wiki/index.php/API:Update_Records



7
8
9
# File 'lib/thetvdb_api/update.rb', line 7

def day
  day_path_with_params.get
end

#day_urlObject

Find update data - url string.

access: FREE output: url string



15
16
17
# File 'lib/thetvdb_api/update.rb', line 15

def day_url
  day_path_with_params.url
end

#monthObject

Find update data.

access: FREE output: Faraday::Response instance with parsed XML string example: thetvdb.com/wiki/index.php/API:Update_Records



41
42
43
# File 'lib/thetvdb_api/update.rb', line 41

def month
  month_path_with_params.get
end

#month_urlObject

Find update data - url string.

access: FREE output: url string



49
50
51
# File 'lib/thetvdb_api/update.rb', line 49

def month_url
  month_path_with_params.url
end

#weekObject

Find update data.

access: FREE output: Faraday::Response instance with parsed XML string example: thetvdb.com/wiki/index.php/API:Update_Records



24
25
26
# File 'lib/thetvdb_api/update.rb', line 24

def week
  week_path_with_params.get
end

#week_urlObject

Find update data - url string.

access: FREE output: url string



32
33
34
# File 'lib/thetvdb_api/update.rb', line 32

def week_url
  week_path_with_params.url
end