Sha256: c81172417c7c6a576c92188635043889e8e71b940dce79c76783568fb1a24f7a
Contents?: true
Size: 273 Bytes
Versions: 3
Compression:
Stored size: 273 Bytes
Contents
module Spidr module Settings # # @since 0.6.0 # module UserAgent # The User-Agent string used by all Agent objects by default. # # @return [String] # The Spidr User-Agent string. attr_accessor :user_agent end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
spidr-0.7.0 | lib/spidr/settings/user_agent.rb |
spidr-0.6.1 | lib/spidr/settings/user_agent.rb |
spidr-0.6.0 | lib/spidr/settings/user_agent.rb |