Method: Brevo::GetIpsFromSender#valid?

Defined in:
lib/brevo/models/get_ips_from_sender.rb

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



62
63
64
65
# File 'lib/brevo/models/get_ips_from_sender.rb', line 62

def valid?
  return false if @ips.nil?
  true
end