Method: Core::Client::V1::Base.where

Defined in:
lib/core/client/v1/base.rb

.where(conditions) ⇒ Object



38
39
40
41
42
# File 'lib/core/client/v1/base.rb', line 38

def where(conditions)
  get(table_name, conditions).map do |item|
    new(item)
  end
end