class Appwrite::Service

Public Class Methods

new(client) click to toggle source
# File lib/appwrite/service.rb, line 3
def initialize(client)
    @client = client
end