Class: Hwacha::Config
- Inherits:
-
OpenStruct
- Object
- OpenStruct
- Hwacha::Config
- Defined in:
- lib/hwacha/config.rb
Instance Method Summary collapse
Instance Method Details
#hydra_options ⇒ Object
5 6 7 8 |
# File 'lib/hwacha/config.rb', line 5 def = {} .merge(concurrency_option) end |
#request_options ⇒ Object
10 11 12 13 |
# File 'lib/hwacha/config.rb', line 10 def = {} .merge(follow_redirects_option) end |