Method: MailSlurpClient::ValidationMessage#valid?
- Defined in:
- lib/mailslurp_client/models/validation_message.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
81 82 83 84 |
# File 'lib/mailslurp_client/models/validation_message.rb', line 81 def valid? return false if @line_number.nil? true end |