Method: OAI::Resumable::ResumptionWrapper#initialize
- Defined in:
- lib/oai/client/resumable.rb
#initialize(response) ⇒ ResumptionWrapper
Returns a new instance of ResumptionWrapper.
7 8 9 10 |
# File 'lib/oai/client/resumable.rb', line 7 def initialize(response) @response = response @resumption_block = response.resumption_block end |