Method: DocuSign_Maestro::ESignTabs#valid?

Defined in:
lib/docusign_maestro/models/e_sign_tabs.rb

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid

[View source]

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