Method: Bandwidth::VoiceCodeResponse#valid?

Defined in:
lib/bandwidth-sdk/models/voice_code_response.rb

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



82
83
84
85
# File 'lib/bandwidth-sdk/models/voice_code_response.rb', line 82

def valid?
  warn '[DEPRECATED] the `valid?` method is obsolete'
  true
end