Sha256: effa44735e99c7fbb0f0cfc3efb5449c21fb4ad3b2afb012620007921f26daa5
Contents?: true
Size: 166 Bytes
Versions: 9
Compression:
Stored size: 166 Bytes
Contents
module MobilePagination class Configuration attr_accessor :page_key def initialize(data={}) @page_key = data[:page_key] || 'page' end end end
Version data entries
9 entries across 9 versions & 1 rubygems