Sha256: fff0100ca04797d1a70e8e6a20efae08b21c3fc2679e1f842ee3cb0444463f30

Contents?: true

Size: 161 Bytes

Versions: 15

Compression:

Stored size: 161 Bytes

Contents

# frozen_string_literal: true

module Arstotzka
  class Fetcher
    class NoAccessor
      def initialize(hash)
        @hash = hash
      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/no_accessor.rb
arstotzka-1.6.1 spec/support/models/arstotzka/fetcher/no_accessor.rb
arstotzka-1.6.0 spec/support/models/arstotzka/fetcher/no_accessor.rb
arstotzka-1.5.0 spec/support/models/arstotzka/fetcher/no_accessor.rb
arstotzka-1.4.4 spec/support/models/arstotzka/fetcher/no_accessor.rb
arstotzka-1.4.3 spec/support/models/arstotzka/fetcher/no_accessor.rb
arstotzka-1.4.2 spec/support/models/arstotzka/fetcher/no_accessor.rb
arstotzka-1.4.1 spec/support/models/arstotzka/fetcher/no_accessor.rb
arstotzka-1.4.0 spec/support/models/arstotzka/fetcher/no_accessor.rb
arstotzka-1.3.2 spec/support/models/arstotzka/fetcher/no_accessor.rb
arstotzka-1.3.1 spec/support/models/arstotzka/fetcher/no_accessor.rb
arstotzka-1.3.0 spec/support/models/arstotzka/fetcher/no_accessor.rb
arstotzka-1.2.4 spec/support/models/arstotzka/fetcher/no_accessor.rb
arstotzka-1.2.3 spec/support/models/arstotzka/fetcher/no_accessor.rb
arstotzka-1.2.2 spec/support/models/arstotzka/fetcher/no_accessor.rb