Class: FedexWebServices::Soap::Ship::DeleteTagRequest
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::DeleteTagRequest
- 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
-
#clientDetail ⇒ Object
Returns the value of attribute clientDetail.
-
#confirmationNumber ⇒ Object
Returns the value of attribute confirmationNumber.
-
#dispatchDate ⇒ Object
Returns the value of attribute dispatchDate.
-
#dispatchLocationId ⇒ Object
Returns the value of attribute dispatchLocationId.
-
#payment ⇒ Object
Returns the value of attribute payment.
-
#transactionDetail ⇒ Object
Returns the value of attribute transactionDetail.
-
#version ⇒ Object
Returns the value of attribute version.
-
#webAuthenticationDetail ⇒ Object
Returns the value of attribute webAuthenticationDetail.
Instance Method Summary collapse
-
#initialize(webAuthenticationDetail = nil, clientDetail = nil, transactionDetail = nil, version = nil, dispatchLocationId = nil, dispatchDate = nil, payment = nil, confirmationNumber = nil) ⇒ DeleteTagRequest
constructor
A new instance of DeleteTagRequest.
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
#clientDetail ⇒ Object
Returns the value of attribute clientDetail.
1180 1181 1182 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1180 def clientDetail @clientDetail end |
#confirmationNumber ⇒ Object
Returns the value of attribute confirmationNumber.
1186 1187 1188 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1186 def confirmationNumber @confirmationNumber end |
#dispatchDate ⇒ Object
Returns the value of attribute dispatchDate.
1184 1185 1186 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1184 def dispatchDate @dispatchDate end |
#dispatchLocationId ⇒ Object
Returns the value of attribute dispatchLocationId.
1183 1184 1185 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1183 def dispatchLocationId @dispatchLocationId end |
#payment ⇒ Object
Returns the value of attribute payment.
1185 1186 1187 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1185 def payment @payment end |
#transactionDetail ⇒ Object
Returns the value of attribute transactionDetail.
1181 1182 1183 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1181 def transactionDetail @transactionDetail end |
#version ⇒ Object
Returns the value of attribute version.
1182 1183 1184 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1182 def version @version end |
#webAuthenticationDetail ⇒ Object
Returns the value of attribute webAuthenticationDetail.
1179 1180 1181 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1179 def webAuthenticationDetail @webAuthenticationDetail end |