Method: MergeATSClient::RemoteKey#valid?
- Defined in:
- lib/merge_ats_client/models/remote_key.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
91 92 93 94 95 |
# File 'lib/merge_ats_client/models/remote_key.rb', line 91 def valid? return false if @name.nil? return false if @key.nil? true end |