Method: Propertyware::BasicVendor#valid?

Defined in:
lib/propertyware/models/basic_vendor.rb

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



176
177
178
# File 'lib/propertyware/models/basic_vendor.rb', line 176

def valid?
  true
end