Method: Falcon::ModelsAPIPolicyGroup#valid?
- Defined in:
- lib/crimson-falcon/models/models_api_policy_group.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
159 160 161 162 163 164 165 166 |
# File 'lib/crimson-falcon/models/models_api_policy_group.rb', line 159 def valid? return false if @created_at.nil? return false if @description.nil? return false if @name.nil? return false if @updated_at.nil? return false if @uuid.nil? true end |