Class: FedexWebServices::Soap::Ship::ProcessShipmentRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/ShipServiceDefinitions.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#clientDetailObject

Returns the value of attribute clientDetail.



2392
2393
2394
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2392

def clientDetail
  @clientDetail
end

#requestedShipmentObject

Returns the value of attribute requestedShipment.



2395
2396
2397
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2395

def requestedShipment
  @requestedShipment
end

#transactionDetailObject

Returns the value of attribute transactionDetail.



2393
2394
2395
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2393

def transactionDetail
  @transactionDetail
end

#versionObject

Returns the value of attribute version.



2394
2395
2396
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2394

def version
  @version
end

#webAuthenticationDetailObject

Returns the value of attribute webAuthenticationDetail.



2391
2392
2393
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2391

def webAuthenticationDetail
  @webAuthenticationDetail
end