Class: Hexabat::PageRequestBuilder::TokenAuthorized

Inherits:
Base
  • Object
show all
Defined in:
lib/hexabat/page_request_builder.rb

Constant Summary

Constants inherited from Base

Base::MAX_PAGE_SIZE

Instance Method Summary collapse

Methods inherited from Base

#endpoint, #for, #page_retrieved

Constructor Details

#initialize(repository, token, response_processor) ⇒ TokenAuthorized

Returns a new instance of TokenAuthorized.



59
60
61
62
# File 'lib/hexabat/page_request_builder.rb', line 59

def initialize(repository, token, response_processor)
 @token = token
 super(repository, response_processor)
end