Class: Hwacha::Config

Inherits:
OpenStruct
  • Object
show all
Defined in:
lib/hwacha/config.rb

Instance Method Summary collapse

Instance Method Details

#hydra_optionsObject



5
6
7
8
# File 'lib/hwacha/config.rb', line 5

def hydra_options
  options = {}
  options.merge(concurrency_option)
end

#request_optionsObject



10
11
12
13
# File 'lib/hwacha/config.rb', line 10

def request_options
  options = {}
  options.merge(follow_redirects_option)
end