Method: Notifo::UpdateIntegrationDto#valid?

Defined in:
lib/notifo/models/update_integration_dto.rb

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



114
115
116
117
# File 'lib/notifo/models/update_integration_dto.rb', line 114

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