Method: Printful::ProductTemplate#valid?
- Defined in:
- lib/printful_client/models/product_template.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
119 120 121 122 |
# File 'lib/printful_client/models/product_template.rb', line 119 def valid? warn '[DEPRECATED] the `valid?` method is obsolete' true end |