Method: Weblate::PaginatedAddonList#valid?

Defined in:
lib/weblate/models/paginated_addon_list.rb

#valid?Boolean

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



115
116
117
118
119
120
# File 'lib/weblate/models/paginated_addon_list.rb', line 115

def valid?
  warn '[DEPRECATED] the `valid?` method is obsolete'
  return false if @count.nil?
  return false if @results.nil?
  true
end