Method: Cloudinary::Search#with_field
- Defined in:
- lib/cloudinary/search.rb
#with_field(value) ⇒ Cloudinary::Search
The name of an additional asset attribute to include for each asset in the response.
77 78 79 80 |
# File 'lib/cloudinary/search.rb', line 77 def with_field(value) @query_hash[WITH_FIELD][value] = value self end |