Class: PurolatorWebServices::Soap::AddPackageRequestV3
- Inherits:
-
Object
- Object
- PurolatorWebServices::Soap::AddPackageRequestV3
- Defined in:
- lib/purolator_web_services/soap/default.rb
Overview
/AddPackageRequestV3
credentials - PurolatorWebServices::Soap::CredentialInfo
orderNumber - SOAP::SOAPString
labelType - SOAP::SOAPString
packages - PurolatorWebServices::Soap::ArrayOfRequestPackageV3
Instance Attribute Summary collapse
-
#credentials ⇒ Object
Returns the value of attribute credentials.
-
#labelType ⇒ Object
Returns the value of attribute labelType.
-
#orderNumber ⇒ Object
Returns the value of attribute orderNumber.
-
#packages ⇒ Object
Returns the value of attribute packages.
Instance Method Summary collapse
-
#initialize(credentials = nil, orderNumber = nil, labelType = nil, packages = nil) ⇒ AddPackageRequestV3
constructor
A new instance of AddPackageRequestV3.
Constructor Details
#initialize(credentials = nil, orderNumber = nil, labelType = nil, packages = nil) ⇒ AddPackageRequestV3
Returns a new instance of AddPackageRequestV3.
931 932 933 934 935 936 |
# File 'lib/purolator_web_services/soap/default.rb', line 931 def initialize(credentials = nil, orderNumber = nil, labelType = nil, packages = nil) @credentials = credentials @orderNumber = orderNumber @labelType = labelType @packages = packages end |
Instance Attribute Details
#credentials ⇒ Object
Returns the value of attribute credentials.
926 927 928 |
# File 'lib/purolator_web_services/soap/default.rb', line 926 def credentials @credentials end |
#labelType ⇒ Object
Returns the value of attribute labelType.
928 929 930 |
# File 'lib/purolator_web_services/soap/default.rb', line 928 def labelType @labelType end |
#orderNumber ⇒ Object
Returns the value of attribute orderNumber.
927 928 929 |
# File 'lib/purolator_web_services/soap/default.rb', line 927 def orderNumber @orderNumber end |
#packages ⇒ Object
Returns the value of attribute packages.
929 930 931 |
# File 'lib/purolator_web_services/soap/default.rb', line 929 def packages @packages end |