Sha256: 6a4ee83817d57e9c0217b8c784841c965c8deab38a7a0f4621d36360cfcbb756

Contents?: true

Size: 165 Bytes

Versions: 15

Compression:

Stored size: 165 Bytes

Contents

# frozen_string_literal: true

module Arstotzka
  class Fetcher
    class ClassVariable
      def self.json=(json)
        @@json = json
      end
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
arstotzka-1.6.2 spec/support/models/arstotzka/fetcher/class_variable.rb
arstotzka-1.6.1 spec/support/models/arstotzka/fetcher/class_variable.rb
arstotzka-1.6.0 spec/support/models/arstotzka/fetcher/class_variable.rb
arstotzka-1.5.0 spec/support/models/arstotzka/fetcher/class_variable.rb
arstotzka-1.4.4 spec/support/models/arstotzka/fetcher/class_variable.rb
arstotzka-1.4.3 spec/support/models/arstotzka/fetcher/class_variable.rb
arstotzka-1.4.2 spec/support/models/arstotzka/fetcher/class_variable.rb
arstotzka-1.4.1 spec/support/models/arstotzka/fetcher/class_variable.rb
arstotzka-1.4.0 spec/support/models/arstotzka/fetcher/class_variable.rb
arstotzka-1.3.2 spec/support/models/arstotzka/fetcher/class_variable.rb
arstotzka-1.3.1 spec/support/models/arstotzka/fetcher/class_variable.rb
arstotzka-1.3.0 spec/support/models/arstotzka/fetcher/class_variable.rb
arstotzka-1.2.4 spec/support/models/arstotzka/fetcher/class_variable.rb
arstotzka-1.2.3 spec/support/models/arstotzka/fetcher/class_variable.rb
arstotzka-1.2.2 spec/support/models/arstotzka/fetcher/class_variable.rb