Module: FreshObjects

Defined in:
lib/fresh_objects.rb,
lib/fresh_objects/filter.rb,
lib/fresh_objects/lookup.rb,
lib/fresh_objects/version.rb

Overview

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.

Defined Under Namespace

Classes: Filter, Lookup

Constant Summary collapse

VERSION =
'1.0.0'

Class Method Summary collapse

Class Method Details

.filter(*args) ⇒ Object

Syntactic sugary proxy for easy building of Filter instances.



19
20
21
# File 'lib/fresh_objects.rb', line 19

def filter(*args)
  Filter.new(*args)
end