Method: AlfrescoAPI::ActivityPagingList#valid?

Defined in:
lib/alfresco_api/models/activity_paging_list.rb

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



76
77
78
79
80
# File 'lib/alfresco_api/models/activity_paging_list.rb', line 76

def valid?
  return false if @pagination.nil?
  return false if @entries.nil?
  return true
end