Method: Klaviyo::InlineObject3#valid?
- Defined in:
- lib/klaviyo_sdk/models/inline_object3.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
81 82 83 84 |
# File 'lib/klaviyo_sdk/models/inline_object3.rb', line 81 def valid? return false if @profiles.nil? true end |