Method: MergeATSClient::UpdateApplicationStageRequest#valid?

Defined in:
lib/merge_ats_client/models/update_application_stage_request.rb

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



88
89
90
91
# File 'lib/merge_ats_client/models/update_application_stage_request.rb', line 88

def valid?
  return false if !@remote_user_id.nil? && @remote_user_id.to_s.length < 1
  true
end