Method: PulpOstreeClient::OstreeOstreeRemoteResponseHiddenFieldsInner#valid?
- Defined in:
- lib/pulp_ostree_client/models/ostree_ostree_remote_response_hidden_fields_inner.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
95 96 97 98 99 100 |
# File 'lib/pulp_ostree_client/models/ostree_ostree_remote_response_hidden_fields_inner.rb', line 95 def valid? warn '[DEPRECATED] the `valid?` method is obsolete' return false if @name.nil? return false if @is_set.nil? true end |