Method: PublishMyData::PaginationParams#==

Defined in:
lib/publish_my_data/paginator.rb

#==(other) ⇒ Object



23
24
25
26
27
# File 'lib/publish_my_data/paginator.rb', line 23

def ==(other)
  other.page == self.page &&
    other.per_page == self.per_page &&
    other.format == self.format
end