Class: Glexchange::Pdws::FindCreatingSubmissionsByProjectShortCode

Inherits:
Object
  • Object
show all
Defined in:
lib/glexchange/pdws/SubmissionService_580.rb

Overview

http://impl.services.service.ws.projectdirector.gs4tr.orgfindCreatingSubmissionsByProjectShortCode

projectShortCode - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#projectShortCodeObject

Returns the value of attribute projectShortCode.



1610
1611
1612
# File 'lib/glexchange/pdws/SubmissionService_580.rb', line 1610

def projectShortCode
  @projectShortCode
end