Method: MergeCRMClient::NoteResponse#valid?
- Defined in:
- lib/merge_crm_client/models/note_response.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
116 117 118 119 120 121 |
# File 'lib/merge_crm_client/models/note_response.rb', line 116 def valid? return false if @model.nil? return false if @warnings.nil? return false if @errors.nil? true end |