Module: ChartMogul::Concerns::PageableWithAnchor

Included in:
Metrics::Activities
Defined in:
lib/chartmogul/concerns/pageable_with_anchor.rb

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



6
7
8
9
10
11
# File 'lib/chartmogul/concerns/pageable_with_anchor.rb', line 6

def self.included(base)
  base.instance_eval do
    readonly_attr :has_more
    readonly_attr :per_page
  end
end