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