class Traktr::Server

Public Instance Methods

time() click to toggle source
# File lib/traktr/server.rb, line 3
def time
  parse_response self.class.get('/' + File.join('time.json', @client.api_key))
end