Class: FedexWebServices::Soap::Ship::CreatePendingShipmentRequest

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

Overview

http://fedex.com/ws/ship/v12CreatePendingShipmentRequest

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

Returns a new instance of CreatePendingShipmentRequest.



726
727
728
729
730
731
732
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 726

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.



721
722
723
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 721

def clientDetail
  @clientDetail
end

#requestedShipmentObject

Returns the value of attribute requestedShipment.



724
725
726
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 724

def requestedShipment
  @requestedShipment
end

#transactionDetailObject

Returns the value of attribute transactionDetail.



722
723
724
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 722

def transactionDetail
  @transactionDetail
end

#versionObject

Returns the value of attribute version.



723
724
725
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 723

def version
  @version
end

#webAuthenticationDetailObject

Returns the value of attribute webAuthenticationDetail.



720
721
722
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 720

def webAuthenticationDetail
  @webAuthenticationDetail
end