Method: WordsRubySdk::FieldResponse#valid?
- Defined in:
- lib/words_ruby_sdk/models/field_response.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
97 98 99 100 |
# File 'lib/words_ruby_sdk/models/field_response.rb', line 97 def valid? return false if @code.nil? return true end |