Class: Glexchange::Pdws::FindCreatingSubmissionsByProjectShortCode
- Inherits:
-
Object
- Object
- Glexchange::Pdws::FindCreatingSubmissionsByProjectShortCode
- Defined in:
- lib/glexchange/pdws/SubmissionService_580.rb
Overview
http://impl.services.service.ws.projectdirector.gs4tr.orgfindCreatingSubmissionsByProjectShortCode
projectShortCode - SOAP::SOAPString
Instance Attribute Summary collapse
-
#projectShortCode ⇒ Object
Returns the value of attribute projectShortCode.
Instance Method Summary collapse
-
#initialize(projectShortCode = nil) ⇒ FindCreatingSubmissionsByProjectShortCode
constructor
A new instance of FindCreatingSubmissionsByProjectShortCode.
Constructor Details
#initialize(projectShortCode = nil) ⇒ FindCreatingSubmissionsByProjectShortCode
Returns a new instance of FindCreatingSubmissionsByProjectShortCode.
1612 1613 1614 |
# File 'lib/glexchange/pdws/SubmissionService_580.rb', line 1612 def initialize(projectShortCode = nil) @projectShortCode = projectShortCode end |
Instance Attribute Details
#projectShortCode ⇒ Object
Returns the value of attribute projectShortCode.
1610 1611 1612 |
# File 'lib/glexchange/pdws/SubmissionService_580.rb', line 1610 def projectShortCode @projectShortCode end |