Sha256: fdf3c00fd65ae10dd897ecbe7b49e9cdd36355190eebe998c2e1c67b67c3184c

Contents?: true

Size: 199 Bytes

Versions: 15

Compression:

Stored size: 199 Bytes

Contents

# frozen_string_literal: true

module Arstotzka
  class Fetcher
    class HashJson
      def initialize(hash)
        @hash = hash
      end

      private

      attr_reader :hash
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

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