Method: AlfrescoAPI::Tag#valid?
- Defined in:
- lib/alfresco_api/models/tag.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
74 75 76 77 78 |
# File 'lib/alfresco_api/models/tag.rb', line 74 def valid? return false if @id.nil? return false if @tag.nil? return true end |