Method: Restforce::Collection#empty?
- Defined in:
- lib/restforce/collection.rb
permalink #empty? ⇒ Boolean
Returns true if the size of the Collection is zero.
55 56 57 |
# File 'lib/restforce/collection.rb', line 55 def empty? size.zero? end |