Sha256: f7c1af6c4f894db9558a2ceb8f00ac042a96b9b1f7f01db9094b6ee3d0925c01

Contents?: true

Size: 201 Bytes

Versions: 14

Compression:

Stored size: 201 Bytes

Contents

# frozen_string_literal: true

module Arstotzka
  class Fetcher
    class Dummy
      def initialize(json = {})
        @json = json
      end

      private

      attr_reader :json
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
arstotzka-1.5.0 spec/support/models/arstotzka/fetcher/dummy.rb
arstotzka-1.4.4 spec/support/models/arstotzka/fetcher/dummy.rb
arstotzka-1.4.3 spec/support/models/arstotzka/fetcher/dummy.rb
arstotzka-1.4.2 spec/support/models/arstotzka/fetcher/dummy.rb
arstotzka-1.4.1 spec/support/models/arstotzka/fetcher/dummy.rb
arstotzka-1.4.0 spec/support/models/arstotzka/fetcher/dummy.rb
arstotzka-1.3.2 spec/support/models/arstotzka/fetcher/dummy.rb
arstotzka-1.3.1 spec/support/models/arstotzka/fetcher/dummy.rb
arstotzka-1.3.0 spec/support/models/arstotzka/fetcher/dummy.rb
arstotzka-1.2.4 spec/support/models/arstotzka/fetcher/dummy.rb
arstotzka-1.2.3 spec/support/models/arstotzka/fetcher/dummy.rb
arstotzka-1.2.2 spec/support/models/arstotzka/fetcher/dummy.rb
arstotzka-1.2.1 spec/support/models/arstotzka/fetcher/dummy.rb
arstotzka-1.2.0 spec/support/models/arstotzka/fetcher/dummy.rb