Method: Bandwidth::MmsMessageContent#valid?
- Defined in:
- lib/bandwidth-sdk/models/mms_message_content.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
96 97 98 99 100 |
# File 'lib/bandwidth-sdk/models/mms_message_content.rb', line 96 def valid? warn '[DEPRECATED] the `valid?` method is obsolete' return false if !@text.nil? && @text.to_s.length > 2048 true end |