Sha256: b4e1d394a5ade48f86e1625888ae39484a0b55e9b30ae2aec082963aaef46d15
Contents?: true
Size: 387 Bytes
Versions: 35
Compression:
Stored size: 387 Bytes
Contents
var property = require('../util').property; function Paginator(name, paginator) { property(this, 'inputToken', paginator.input_token); property(this, 'limitKey', paginator.limit_key); property(this, 'moreResults', paginator.more_results); property(this, 'outputToken', paginator.output_token); property(this, 'resultKey', paginator.result_key); } module.exports = Paginator;
Version data entries
35 entries across 35 versions & 1 rubygems