Method: Bandwidth::FieldError#valid?
- Defined in:
- lib/bandwidth-sdk/models/field_error.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
91 92 93 94 |
# File 'lib/bandwidth-sdk/models/field_error.rb', line 91 def valid? warn '[DEPRECATED] the `valid?` method is obsolete' true end |