Method: Klaviyo::InlineObject3#list_invalid_properties
- Defined in:
- lib/klaviyo_sdk/models/inline_object3.rb
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons. Usually used together with valid?
70 71 72 73 74 75 76 77 |
# File 'lib/klaviyo_sdk/models/inline_object3.rb', line 70 def list_invalid_properties invalid_properties = Array.new if @profiles.nil? invalid_properties.push('invalid value for "profiles", profiles cannot be nil.') end invalid_properties end |