Sha256: 64a485ae097cfbe0cb030e9c9d2339d0e6a59250eeff1100fb907d4eb9396eb9
Contents?: true
Size: 267 Bytes
Versions: 3
Compression:
Stored size: 267 Bytes
Contents
module ChartMogul module Concerns module Pageable def self.included(base) base.instance_eval do readonly_attr :has_more readonly_attr :per_page readonly_attr :page end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
chartmogul-ruby-1.1.5 | lib/chartmogul/concerns/pageable.rb |
chartmogul-ruby-1.1.4 | lib/chartmogul/concerns/pageable.rb |
chartmogul-ruby-1.1.2 | lib/chartmogul/concerns/pageable.rb |