Method: IndexeaClient::AppsBody#valid?
- Defined in:
- lib/indexea_client/models/apps_body.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
80 81 82 83 |
# File 'lib/indexea_client/models/apps_body.rb', line 80 def valid? return false if @name.nil? true end |