ramp_database.model.SubmissionFile

class ramp_database.model.SubmissionFile(**kwargs)

SubmissionFile table.

Attributes
idint

The ID of the table row.

submission_idint

The ID of the associated submission.

submissionramp_database.model.Submission

The submission instance associated.

workflow_element_idint

The ID of the associated workflow element.

workflow_elementramp_database.model.WorkflowElement

The workflow element associated with the submission.

submission_file_type_extension_idint

The ID of the associated submission file type extension.

submission_file_type_extensionramp_database.model.SubmissionFileTypeExtension

The associated submission file type extension instance.

__init__(**kwargs)

A simple constructor that allows initialization from kwargs.

Sets attributes on the constructed instance using the names and values in kwargs.

Only keys that are present as attributes of the instance’s class are allowed. These could be, for example, any mapped columns or relationships.