Class: FedexWebServices::Soap::Ship::DeleteTagRequest

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

Overview

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

webAuthenticationDetail - FedexWebServices::Soap::Ship::WebAuthenticationDetail
clientDetail - FedexWebServices::Soap::Ship::ClientDetail
transactionDetail - FedexWebServices::Soap::Ship::TransactionDetail
version - FedexWebServices::Soap::Ship::VersionId
dispatchLocationId - SOAP::SOAPString
dispatchDate - SOAP::SOAPDate
payment - FedexWebServices::Soap::Ship::Payment
confirmationNumber - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(webAuthenticationDetail = nil, clientDetail = nil, transactionDetail = nil, version = nil, dispatchLocationId = nil, dispatchDate = nil, payment = nil, confirmationNumber = nil) ⇒ DeleteTagRequest

Returns a new instance of DeleteTagRequest.



1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1188

def initialize(webAuthenticationDetail = nil, clientDetail = nil, transactionDetail = nil, version = nil, dispatchLocationId = nil, dispatchDate = nil, payment = nil, confirmationNumber = nil)
  @webAuthenticationDetail = webAuthenticationDetail
  @clientDetail = clientDetail
  @transactionDetail = transactionDetail
  @version = version
  @dispatchLocationId = dispatchLocationId
  @dispatchDate = dispatchDate
  @payment = payment
  @confirmationNumber = confirmationNumber
end

Instance Attribute Details

#clientDetailObject

Returns the value of attribute clientDetail.



1180
1181
1182
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1180

def clientDetail
  @clientDetail
end

#confirmationNumberObject

Returns the value of attribute confirmationNumber.



1186
1187
1188
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1186

def confirmationNumber
  @confirmationNumber
end

#dispatchDateObject

Returns the value of attribute dispatchDate.



1184
1185
1186
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1184

def dispatchDate
  @dispatchDate
end

#dispatchLocationIdObject

Returns the value of attribute dispatchLocationId.



1183
1184
1185
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1183

def dispatchLocationId
  @dispatchLocationId
end

#paymentObject

Returns the value of attribute payment.



1185
1186
1187
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1185

def payment
  @payment
end

#transactionDetailObject

Returns the value of attribute transactionDetail.



1181
1182
1183
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1181

def transactionDetail
  @transactionDetail
end

#versionObject

Returns the value of attribute version.



1182
1183
1184
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1182

def version
  @version
end

#webAuthenticationDetailObject

Returns the value of attribute webAuthenticationDetail.



1179
1180
1181
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1179

def webAuthenticationDetail
  @webAuthenticationDetail
end