Method: DocuSign_Maestro::ESignTabs#valid?
- Defined in:
- lib/docusign_maestro/models/e_sign_tabs.rb
permalink #valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
261 262 263 264 |
# File 'lib/docusign_maestro/models/e_sign_tabs.rb', line 261 def valid? return false if @tab_id.nil? true end |