Method: PixivApi::Response::Pagination.from_response
- Defined in:
- lib/pixiv_api/response/pagination.rb
.from_response(response, *attributes) ⇒ Object
4 5 6 |
# File 'lib/pixiv_api/response/pagination.rb', line 4 def self.from_response(response, *attributes) new(response, *attributes) end |