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

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

Overview

http://fedex.com/ws/ship/v12ProcessTagRequest 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

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

#clientDetail ⇒ Object

Returns the value of attribute clientDetail.



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

def clientDetail
  @clientDetail
end

#requestedShipment ⇒ Object

Returns the value of attribute requestedShipment.



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

def requestedShipment
  @requestedShipment
end

#transactionDetail ⇒ Object

Returns the value of attribute transactionDetail.



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

def transactionDetail
  @transactionDetail
end

#version ⇒ Object

Returns the value of attribute version.



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

def version
  @version
end

#webAuthenticationDetail ⇒ Object

Returns the value of attribute webAuthenticationDetail.



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

def webAuthenticationDetail
  @webAuthenticationDetail
end