Class: FedexWebServices::Soap::Ship::ProcessShipmentRequest
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::ProcessShipmentRequest
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12ProcessShipmentRequest
webAuthenticationDetail - FedexWebServices::Soap::Ship::WebAuthenticationDetail
clientDetail - FedexWebServices::Soap::Ship::ClientDetail
transactionDetail - FedexWebServices::Soap::Ship::TransactionDetail
version - FedexWebServices::Soap::Ship::VersionId
requestedShipment - FedexWebServices::Soap::Ship::RequestedShipment
Instance Attribute Summary collapse
-
#clientDetail ⇒ Object
Returns the value of attribute clientDetail.
-
#requestedShipment ⇒ Object
Returns the value of attribute requestedShipment.
-
#transactionDetail ⇒ Object
Returns the value of attribute transactionDetail.
-
#version ⇒ Object
Returns the value of attribute version.
-
#webAuthenticationDetail ⇒ Object
Returns the value of attribute webAuthenticationDetail.
Instance Method Summary collapse
-
#initialize(webAuthenticationDetail = nil, clientDetail = nil, transactionDetail = nil, version = nil, requestedShipment = nil) ⇒ ProcessShipmentRequest
constructor
A new instance of ProcessShipmentRequest.
Constructor Details
#initialize(webAuthenticationDetail = nil, clientDetail = nil, transactionDetail = nil, version = nil, requestedShipment = nil) ⇒ ProcessShipmentRequest
Returns a new instance of ProcessShipmentRequest.
2397 2398 2399 2400 2401 2402 2403 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2397 def initialize(webAuthenticationDetail = nil, clientDetail = nil, transactionDetail = nil, version = nil, requestedShipment = nil) @webAuthenticationDetail = webAuthenticationDetail @clientDetail = clientDetail @transactionDetail = transactionDetail @version = version @requestedShipment = requestedShipment end |
Instance Attribute Details
#clientDetail ⇒ Object
Returns the value of attribute clientDetail.
2392 2393 2394 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2392 def clientDetail @clientDetail end |
#requestedShipment ⇒ Object
Returns the value of attribute requestedShipment.
2395 2396 2397 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2395 def requestedShipment @requestedShipment end |
#transactionDetail ⇒ Object
Returns the value of attribute transactionDetail.
2393 2394 2395 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2393 def transactionDetail @transactionDetail end |
#version ⇒ Object
Returns the value of attribute version.
2394 2395 2396 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2394 def version @version end |
#webAuthenticationDetail ⇒ Object
Returns the value of attribute webAuthenticationDetail.
2391 2392 2393 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2391 def webAuthenticationDetail @webAuthenticationDetail end |