Sha256: fef51749dcd69bec840732bcc2f0a2369c93bae81fbc7cbea286e819baea6575

Contents?: true

Size: 182 Bytes

Versions: 5

Compression:

Stored size: 182 Bytes

Contents

require 'crawler/configuration'

module Crawler
  module Operator
    include Crawler::Configuration

    class Configuration
      attr_accessor :default_provider
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
crawler-operator-core-1.0.4 lib/crawler/operator/configuration.rb
crawler-operator-core-1.0.3 lib/crawler/operator/configuration.rb
crawler-operator-core-1.0.2 lib/crawler/operator/configuration.rb
crawler-operator-core-1.0.1 lib/crawler/operator/configuration.rb
crawler-operator-core-1.0.0 lib/crawler/operator/configuration.rb