class ThetvdbApi::Server
Public Instance Methods
time()
click to toggle source
Returns server time.
access: FREE output: Faraday::Response instance with parsed XML string
# File lib/thetvdb_api/server.rb, line 6 def time path(find_path).get end
Private Instance Methods
find_path()
click to toggle source
# File lib/thetvdb_api/server.rb, line 12 def find_path 'Updates.php?type=none' end