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



26
27
28
# File 'lib/thetvdb_api/update.rb', line 26

def all
  all_path_with_params.get
end

#all_urlObject



30
31
32
# File 'lib/thetvdb_api/update.rb', line 30

def all_url
  all_path_with_params.url
end

#dayObject



2
3
4
# File 'lib/thetvdb_api/update.rb', line 2

def day
  day_path_with_params.get
end

#day_urlObject



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

def day_url
  day_path_with_params.url
end

#monthObject



18
19
20
# File 'lib/thetvdb_api/update.rb', line 18

def month
  month_path_with_params.get
end

#month_urlObject



22
23
24
# File 'lib/thetvdb_api/update.rb', line 22

def month_url
  month_path_with_params.url
end

#weekObject



10
11
12
# File 'lib/thetvdb_api/update.rb', line 10

def week
  week_path_with_params.get
end

#week_urlObject



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

def week_url
  week_path_with_params.url
end