Method: Aws::PageableResponse.apply
- Defined in:
- lib/aws-sdk-core/pageable_response.rb
.apply(base) ⇒ Object
51 52 53 54 55 56 |
# File 'lib/aws-sdk-core/pageable_response.rb', line 51 def self.apply(base) base.extend Extension base.instance_variable_set(:@last_page, nil) base.instance_variable_set(:@more_results, nil) base end |