Method: MergeATSClient::RemoteResponse#valid?
- Defined in:
- lib/merge_ats_client/models/remote_response.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
140 141 142 143 144 145 |
# File 'lib/merge_ats_client/models/remote_response.rb', line 140 def valid? return false if @method.nil? return false if @path.nil? return false if @status.nil? true end |