Method: Printful::FileType#valid?

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

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



114
115
116
117
# File 'lib/printful_client/models/file_type.rb', line 114

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