Method: PureCloud::ValidateAddressResponse#valid?

Defined in:
lib/purecloudclient_v2a/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



89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# File 'lib/purecloudclient_v2a/models/validate_address_response.rb', line 89

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

  
  
  
  
  
  
  
  
end