Method: Restforce::Collection#empty?

Defined in:
lib/restforce/collection.rb

#empty?Boolean

Returns true if the size of the Collection is zero.

Returns:

  • (Boolean)
[View source]

55
56
57
# File 'lib/restforce/collection.rb', line 55

def empty?
  size.zero?
end