Sha256: 7f8c0b9a4ecc2f634e58d099afe687e0e79279627934768513446390f2914e1d

Contents?: true

Size: 263 Bytes

Versions: 3

Compression:

Stored size: 263 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
chartmogul-ruby-3.3.0 lib/chartmogul/concerns/pageable_with_cursor.rb
chartmogul-ruby-3.2.0 lib/chartmogul/concerns/pageable_with_cursor.rb
chartmogul-ruby-3.1.0 lib/chartmogul/concerns/pageable_with_cursor.rb