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. |
- Source:
Members
(private) _client :Client
The client that instantiated this object.
Type:
- Client
- Source:
global :Boolean
Whether or not the submission method is global across SMHW.
Type:
- Boolean
- Source:
id :Number
The ID of the submissiom method.
Type:
- Number
- Source:
name :String
The name of the submission method.
Type:
- String
- Source:
third_party_submission :Boolean
Whether or not the submission method involves a third party program or website.
Type:
- Boolean
- Source: