Class: ThetvdbApi::Server

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

Instance Method Summary collapse

Methods inherited from Base

#api_key_options, #api_key_with_language_options, #language_options

Instance Method Details

#timeObject

Returns server time.

access: FREE output: Faraday::Response instance with parsed XML string



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

def time
  path(find_path).get
end