Method: FoundationApi::Service.where
- Defined in:
- lib/foundation_api/service.rb
.where(options) ⇒ Object
11 12 13 14 15 16 17 |
# File 'lib/foundation_api/service.rb', line 11 def where() if .is_a? Hash = {:conditions => } end res = request_data(()) res && instantiate_objects(res) end |