Module: LHS::Service::Where::ClassMethods
- Defined in:
- lib/lhs/concerns/service/where.rb
Instance Method Summary collapse
-
#where(params = {}) ⇒ Object
Used to query data from the service.
Instance Method Details
#where(params = {}) ⇒ Object
Used to query data from the service.
11 12 13 |
# File 'lib/lhs/concerns/service/where.rb', line 11 def where(params = {}) instance.request(params: params) end |