class TTTelematics::API::Base

Constants

BASE_URL

Public Class Methods

new(client) click to toggle source
# File lib/tttelematics.rb, line 14
def initialize(client)
  raise TypeError unless client.is_a?(Client)

  @client = client
end