Method: ArtikCloud::FieldPath#valid?

Defined in:
lib/artikcloud/models/field_path.rb

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



59
60
61
# File 'lib/artikcloud/models/field_path.rb', line 59

def valid?
  return true
end