Class: FedexWebServices::Soap::Ship::ProcessTagRequest

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) ⇒ ProcessTagRequest

Returns a new instance of ProcessTagRequest.



2441
2442
2443
2444
2445
2446
2447
# 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

Instance Attribute Details

#clientDetailObject

Returns the value of attribute clientDetail.



2436
2437
2438
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2436

def clientDetail
  @clientDetail
end

#requestedShipmentObject

Returns the value of attribute requestedShipment.



2439
2440
2441
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2439

def requestedShipment
  @requestedShipment
end

#transactionDetailObject

Returns the value of attribute transactionDetail.



2437
2438
2439
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2437

def transactionDetail
  @transactionDetail
end

#versionObject

Returns the value of attribute version.



2438
2439
2440
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2438

def version
  @version
end

#webAuthenticationDetailObject

Returns the value of attribute webAuthenticationDetail.



2435
2436
2437
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2435

def webAuthenticationDetail
  @webAuthenticationDetail
end