Method: PureCloud::ValidateAddressResponse#valid?

Defined in:
lib/purecloudplatformclientv2/models/validate_address_response.rb

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



70
71
72
73
74
75
# File 'lib/purecloudplatformclientv2/models/validate_address_response.rb', line 70

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

end