Method: DocuSign_Maestro::ESignDocumentFromESignTemplate#valid?

Defined in:
lib/docusign_maestro/models/e_sign_document_from_e_sign_template.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]

95
96
97
98
99
100
101
# File 'lib/docusign_maestro/models/e_sign_document_from_e_sign_template.rb', line 95

def valid?
  return false if @e_sign_template_id.nil?
  return false if @file_extension.nil?
  return false if @name.nil?
  return false if @type.nil?
  true
end