Method: Printful::Item#valid?

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

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



233
234
235
236
# File 'lib/printful_client/models/item.rb', line 233

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