Method: DocuSign_Maestro::WorkflowDefinitionMetadata#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared

[View source]

140
141
142
143
144
145
146
147
148
149
150
151
152
153
# File 'lib/docusign_maestro/models/workflow_definition_metadata.rb', line 140

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
       == o. &&
      created_date == o.created_date &&
      id == o.id &&
      is_draft == o.is_draft &&
      last_deployed_id == o.last_deployed_id &&
      last_deployed_version == o.last_deployed_version &&
      last_updated_date == o.last_updated_date &&
      name == o.name &&
      status == o.status &&
      trigger_url == o.trigger_url
end