class Sendgrid::API::Entities::ResponseRemove
Public Instance Methods
any?()
click to toggle source
Return true if one or more removals were made
# File lib/sendgrid/api/entities/response_remove.rb, line 11 def any? removed > 0 end
none?()
click to toggle source
Return true if no removals were made
# File lib/sendgrid/api/entities/response_remove.rb, line 16 def none? !any? end