lib/quick_travel/client.rb in quicktravel_client-1.1.2 vs lib/quick_travel/client.rb in quicktravel_client-2.0.0
- old
+ new
@@ -1,8 +1,6 @@
+require 'quick_travel/adapter'
+
module QuickTravel
class Client < Adapter
- attr_accessor :id, :party_id, :surchargeless, :client_type,
- :contact_phone, :contact_mobile, :contact_email,
- :name,
- :first_name, :last_name
end
end