Class: ThetvdbApi::Server
Instance Method Summary collapse
-
#time ⇒ Object
Returns server time.
Methods inherited from Base
#api_key_options, #api_key_with_language_options, #language_options
Instance Method Details
#time ⇒ Object
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 |