Sha256: 7cad0ce9f701fdbe209bdaa89f80651c5e2e62ab0f99b71c24fac6f932223a4e

Contents?: true

Size: 226 Bytes

Versions: 3

Compression:

Stored size: 226 Bytes

Contents

module Syncano
  class API
    def initialize(connection)
      self.connection = connection
      schema = ::Syncano::Schema.new(connection)
      schema.process!
    end

    private

    attr_accessor :connection
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
syncano-4.0.0.alpha1 lib/syncano/api.rb
syncano-4.0.0.alpha lib/syncano/api.rb
syncano-4.0.0.pre lib/syncano/api.rb