Sha256: 21e0690da12f6d54ddf30a53f360a611c0636da785a363bd3c92fd350f0fb43d

Contents?: true

Size: 263 Bytes

Versions: 25

Compression:

Stored size: 263 Bytes

Contents

# frozen_string_literal: true

module ChartMogul
  module Concerns
    module Pageable2
      def self.included(base)
        base.instance_eval do
          readonly_attr :current_page
          readonly_attr :total_pages
        end
      end
    end
  end
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
chartmogul-ruby-1.6.6 lib/chartmogul/concerns/pageable2.rb
chartmogul-ruby-1.6.4 lib/chartmogul/concerns/pageable2.rb
chartmogul-ruby-1.6.3 lib/chartmogul/concerns/pageable2.rb
chartmogul-ruby-1.6.2 lib/chartmogul/concerns/pageable2.rb
chartmogul-ruby-1.6.1 lib/chartmogul/concerns/pageable2.rb