Skip to content

Commit

Permalink
Added auto_paginate attr_accessor to ResultPage.
Browse files Browse the repository at this point in the history
  • Loading branch information
tszolar committed Aug 17, 2014
1 parent 6661e21 commit 8287e8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/kosapi_client/entity/result_page.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class ResultPage
include Enumerable

attr_reader :items
attr_accessor :auto_paginate

def initialize(items, links, auto_paginate = true)
@items = items
Expand Down

0 comments on commit 8287e8a

Please sign in to comment.