Method: OrderCloud::AddressAssignment#valid?

Defined in:
lib/order_cloud/models/address_assignment.rb

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



101
102
103
# File 'lib/order_cloud/models/address_assignment.rb', line 101

def valid?
  return true
end