Class: FedexWebServices::Soap::Ship::DeleteShipmentRequest

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

Overview

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

webAuthenticationDetail - FedexWebServices::Soap::Ship::WebAuthenticationDetail
clientDetail - FedexWebServices::Soap::Ship::ClientDetail
transactionDetail - FedexWebServices::Soap::Ship::TransactionDetail
version - FedexWebServices::Soap::Ship::VersionId
shipTimestamp - SOAP::SOAPDateTime
trackingId - FedexWebServices::Soap::Ship::TrackingId
deletionControl - FedexWebServices::Soap::Ship::DeletionControlType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(webAuthenticationDetail = nil, clientDetail = nil, transactionDetail = nil, version = nil, shipTimestamp = nil, trackingId = nil, deletionControl = nil) ⇒ DeleteShipmentRequest

Returns a new instance of DeleteShipmentRequest.



1158
1159
1160
1161
1162
1163
1164
1165
1166
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1158

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

Instance Attribute Details

#clientDetailObject

Returns the value of attribute clientDetail.



1151
1152
1153
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1151

def clientDetail
  @clientDetail
end

#deletionControlObject

Returns the value of attribute deletionControl.



1156
1157
1158
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1156

def deletionControl
  @deletionControl
end

#shipTimestampObject

Returns the value of attribute shipTimestamp.



1154
1155
1156
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1154

def shipTimestamp
  @shipTimestamp
end

#trackingIdObject

Returns the value of attribute trackingId.



1155
1156
1157
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1155

def trackingId
  @trackingId
end

#transactionDetailObject

Returns the value of attribute transactionDetail.



1152
1153
1154
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1152

def transactionDetail
  @transactionDetail
end

#versionObject

Returns the value of attribute version.



1153
1154
1155
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1153

def version
  @version
end

#webAuthenticationDetailObject

Returns the value of attribute webAuthenticationDetail.



1150
1151
1152
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1150

def webAuthenticationDetail
  @webAuthenticationDetail
end