Sha256: 7be0d95b7f16b29379a3bd3934aa1f74b85b52b36a51846402fa6c07ba45e56c

Contents?: true

Size: 227 Bytes

Versions: 6

Compression:

Stored size: 227 Bytes

Contents

module Syncano
  class Scope
    attr_accessor :connection, :scope_parameters

    def initialize(connection, scope_parameters)
      self.connection = connection
      self.scope_parameters = scope_parameters
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
syncano-4.0.0.alpha4 lib/syncano/scope.rb
syncano-4.0.0.alpha3 lib/syncano/scope.rb
syncano-4.0.0.alpha2 lib/syncano/scope.rb
syncano-4.0.0.alpha1 lib/syncano/scope.rb
syncano-4.0.0.alpha lib/syncano/scope.rb
syncano-4.0.0.pre lib/syncano/scope.rb