module PagedGroups

Copyright © 2019-present, Blue Marble Payroll, LLC

This source code is licensed under the MIT license found in the LICENSE file in the root directory of this source tree.

Top-level namespace for primary public API.

Copyright © 2019-present, Blue Marble Payroll, LLC

This source code is licensed under the MIT license found in the LICENSE file in the root directory of this source tree.

Constants

VERSION

Public Class Methods

builder(*args) click to toggle source

This is syntactic sugar and is equivalent to: PagedGroups::Builder.new(args) Check the constructor signature of PagedGroups::Builder for argument definition.

# File lib/paged_groups/paged_groups.rb, line 17
def builder(*args)
  ::PagedGroups::Builder.new(*args)
end