Method: Propertyware::Income#valid?

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

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



148
149
150
# File 'lib/propertyware/models/income.rb', line 148

def valid?
  true
end