Sha256: dd8f31254a647443763c940900a97bad22dc8afc03d6456582414e5333d428bc

Contents?: true

Size: 255 Bytes

Versions: 5

Compression:

Stored size: 255 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

5 entries across 5 versions & 1 rubygems

Version Path
chartmogul-ruby-1.0.0 lib/chartmogul/concerns/pageable.rb
chartmogul-ruby-0.1.4 lib/chartmogul/concerns/pageable.rb
chartmogul-ruby-0.1.3 lib/chartmogul/concerns/pageable.rb
chartmogul-ruby-0.1.2 lib/chartmogul/concerns/pageable.rb
chartmogul-ruby-0.1.1 lib/chartmogul/concerns/pageable.rb