module Enlight::Responses::Pageable
Attributes
results[RW]
total_count[RW]
total_pages[RW]
Public Instance Methods
results=(value)
click to toggle source
# File lib/enlight/responses/pageable.rb, line 8 def results=(value) raise NotImplementedError.new end