Method: Syncano::QueryBuilder#all
- Defined in:
- lib/syncano/query_builder.rb
#all(conditions = {}) ⇒ Array
Proxy for calling “all” method on the resource object
25 26 27 |
# File 'lib/syncano/query_builder.rb', line 25 def all(conditions = {}) resource_class.all(client, conditions.merge(scope_parameters)) end |