Method: Bandwidth::FieldError#list_invalid_properties
- Defined in:
- lib/bandwidth-sdk/models/field_error.rb
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons. Usually used together with valid?
83 84 85 86 87 |
# File 'lib/bandwidth-sdk/models/field_error.rb', line 83 def list_invalid_properties warn '[DEPRECATED] the `list_invalid_properties` method is obsolete' invalid_properties = Array.new invalid_properties end |