Class: FedexWebServices::Soap::Ship::CancelPendingShipmentRequest

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

Overview

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

webAuthenticationDetail - FedexWebServices::Soap::Ship::WebAuthenticationDetail
clientDetail - FedexWebServices::Soap::Ship::ClientDetail
transactionDetail - FedexWebServices::Soap::Ship::TransactionDetail
version - FedexWebServices::Soap::Ship::VersionId
trackingId - FedexWebServices::Soap::Ship::TrackingId

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(webAuthenticationDetail = nil, clientDetail = nil, transactionDetail = nil, version = nil, trackingId = nil) ⇒ CancelPendingShipmentRequest

Returns a new instance of CancelPendingShipmentRequest.



147
148
149
150
151
152
153
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 147

def initialize(webAuthenticationDetail = nil, clientDetail = nil, transactionDetail = nil, version = nil, trackingId = nil)
  @webAuthenticationDetail = webAuthenticationDetail
  @clientDetail = clientDetail
  @transactionDetail = transactionDetail
  @version = version
  @trackingId = trackingId
end

Instance Attribute Details

#clientDetailObject

Returns the value of attribute clientDetail.



142
143
144
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 142

def clientDetail
  @clientDetail
end

#trackingIdObject

Returns the value of attribute trackingId.



145
146
147
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 145

def trackingId
  @trackingId
end

#transactionDetailObject

Returns the value of attribute transactionDetail.



143
144
145
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 143

def transactionDetail
  @transactionDetail
end

#versionObject

Returns the value of attribute version.



144
145
146
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 144

def version
  @version
end

#webAuthenticationDetailObject

Returns the value of attribute webAuthenticationDetail.



141
142
143
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 141

def webAuthenticationDetail
  @webAuthenticationDetail
end