Class: ThetvdbApi::Update
- Inherits:
-
Base
- Object
- Base
- ThetvdbApi::Update
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
#all ⇒ Object
26
27
28
|
# File 'lib/thetvdb_api/update.rb', line 26
def all
all_path_with_params.get
end
|
#all_url ⇒ Object
30
31
32
|
# File 'lib/thetvdb_api/update.rb', line 30
def all_url
all_path_with_params.url
end
|
#day ⇒ Object
2
3
4
|
# File 'lib/thetvdb_api/update.rb', line 2
def day
day_path_with_params.get
end
|
#day_url ⇒ Object
6
7
8
|
# File 'lib/thetvdb_api/update.rb', line 6
def day_url
day_path_with_params.url
end
|
#month ⇒ Object
18
19
20
|
# File 'lib/thetvdb_api/update.rb', line 18
def month
month_path_with_params.get
end
|
#month_url ⇒ Object
22
23
24
|
# File 'lib/thetvdb_api/update.rb', line 22
def month_url
month_path_with_params.url
end
|
#week ⇒ Object
10
11
12
|
# File 'lib/thetvdb_api/update.rb', line 10
def week
week_path_with_params.get
end
|
#week_url ⇒ Object
14
15
16
|
# File 'lib/thetvdb_api/update.rb', line 14
def week_url
week_path_with_params.url
end
|