Method: Printful::Paging#valid?

Defined in:
lib/printful_client/models/paging.rb

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



95
96
97
98
# File 'lib/printful_client/models/paging.rb', line 95

def valid?
  warn '[DEPRECATED] the `valid?` method is obsolete'
  true
end