SubmissionMethod

SubmissionMethod

Represents a submission method on SMHW.


Constructor

new SubmissionMethod(client, response)

Instantiate a SubmissionMethod object.

Parameters:
Name Type Description
client Client

The client that is instantiating the object.

response Object

The data for the object.

Members

(private) _client :Client

The client that instantiated this object.

Type:
  • Client

global :Boolean

Whether or not the submission method is global across SMHW.

Type:
  • Boolean

id :Number

The ID of the submissiom method.

Type:
  • Number

name :String

The name of the submission method.

Type:
  • String

third_party_submission :Boolean

Whether or not the submission method involves a third party program or website.

Type:
  • Boolean