Method: Dropbox::Sign::SignatureRequestGetResponse#valid?
- Defined in:
- lib/dropbox-sign/models/signature_request_get_response.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
119 120 121 122 |
# File 'lib/dropbox-sign/models/signature_request_get_response.rb', line 119 def valid? return false if @signature_request.nil? true end |