class FedexWebServices::Soap::Ship::ProcessTagRequest

{fedex.com/ws/ship/v12}ProcessTagRequest

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

Attributes

clientDetail[RW]
requestedShipment[RW]
transactionDetail[RW]
version[RW]
webAuthenticationDetail[RW]

Public Class Methods

new(webAuthenticationDetail = nil, clientDetail = nil, transactionDetail = nil, version = nil, requestedShipment = nil) click to toggle source
# File lib/fedex_web_services/soap/ShipServiceDefinitions.rb, line 2441
def initialize(webAuthenticationDetail = nil, clientDetail = nil, transactionDetail = nil, version = nil, requestedShipment = nil)
  @webAuthenticationDetail = webAuthenticationDetail
  @clientDetail = clientDetail
  @transactionDetail = transactionDetail
  @version = version
  @requestedShipment = requestedShipment
end