1
0
Fork 0
mirror of synced 2024-10-04 12:15:14 +13:00
appwrite/app/sdks/server-ruby/lib/appwrite/service.rb
2020-02-23 20:09:34 +02:00

12 lines
No EOL
163 B
Ruby

module Appwrite
class Service
def initialize(client)
@client = client
end
protected
private
end
end