Method: Akeyless::UpdateWebTarget#list_invalid_properties
- Defined in:
- lib/akeyless/models/update_web_target.rb
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons. Usually used together with valid?
172 173 174 175 176 177 178 179 180 |
# File 'lib/akeyless/models/update_web_target.rb', line 172 def list_invalid_properties warn '[DEPRECATED] the `list_invalid_properties` method is obsolete' invalid_properties = Array.new if @name.nil? invalid_properties.push('invalid value for "name", name cannot be nil.') end invalid_properties end |