Method: FormAPI::CreateTemplateData#valid?

Defined in:
lib/form_api/models/create_template_data.rb

#valid?Boolean

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

Returns:

  • true if the model is valid



59
60
61
62
# File 'lib/form_api/models/create_template_data.rb', line 59

def valid?
  return false if @template.nil?
  true
end