Method: Bandwidth::LookupRequest#valid?
- Defined in:
- lib/bandwidth-sdk/models/lookup_request.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
84 85 86 87 88 |
# File 'lib/bandwidth-sdk/models/lookup_request.rb', line 84 def valid? warn '[DEPRECATED] the `valid?` method is obsolete' return false if @tns.nil? true end |