Sha256: c0128b6c17e6b4c73968607501a21692e9f8a1ed5889a6bd6e970339c0d13c60

Contents?: true

Size: 265 Bytes

Versions: 15

Compression:

Stored size: 265 Bytes

Contents

# frozen_string_literal: true

module ChartMogul
  module Concerns
    module PageableWithAnchor
      def self.included(base)
        base.instance_eval do
          readonly_attr :has_more
          readonly_attr :per_page
        end
      end
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
chartmogul-ruby-4.6.0 lib/chartmogul/concerns/pageable_with_anchor.rb
chartmogul-ruby-4.4.0 lib/chartmogul/concerns/pageable_with_anchor.rb
chartmogul-ruby-4.3.0 lib/chartmogul/concerns/pageable_with_anchor.rb
chartmogul-ruby-4.2.0 lib/chartmogul/concerns/pageable_with_anchor.rb
chartmogul-ruby-4.1.0 lib/chartmogul/concerns/pageable_with_anchor.rb
chartmogul-ruby-4.0.0 lib/chartmogul/concerns/pageable_with_anchor.rb
chartmogul-ruby-3.3.1 lib/chartmogul/concerns/pageable_with_anchor.rb
chartmogul-ruby-3.3.0 lib/chartmogul/concerns/pageable_with_anchor.rb
chartmogul-ruby-3.2.0 lib/chartmogul/concerns/pageable_with_anchor.rb
chartmogul-ruby-3.1.0 lib/chartmogul/concerns/pageable_with_anchor.rb
chartmogul-ruby-3.0.2 lib/chartmogul/concerns/pageable_with_anchor.rb
chartmogul-ruby-3.0.0 lib/chartmogul/concerns/pageable_with_anchor.rb
chartmogul-ruby-2.9.0 lib/chartmogul/concerns/pageable_with_anchor.rb
chartmogul-ruby-2.1.0 lib/chartmogul/concerns/pageable_with_anchor.rb
chartmogul-ruby-2.0.0 lib/chartmogul/concerns/pageable_with_anchor.rb