class NationBuilder::Paginator

Attributes

body[R]

Public Class Methods

new(client, body) click to toggle source
# File lib/nationbuilder/paginator.rb, line 4
def initialize(client, body)
  @client = client
  @body = body
end