Method: Printful::State#valid?

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

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid


85
86
87
88
# File 'lib/printful_client/models/state.rb', line 85

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