Class: FedexWebServices::Soap::Close::GroundCloseReportsReprintRequest
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Close::GroundCloseReportsReprintRequest
- Defined in:
- lib/fedex_web_services/soap/CloseServiceDefinitions.rb
Overview
http://fedex.com/ws/close/v4GroundCloseReportsReprintRequest
webAuthenticationDetail - FedexWebServices::Soap::Close::WebAuthenticationDetail
clientDetail - FedexWebServices::Soap::Close::ClientDetail
transactionDetail - FedexWebServices::Soap::Close::TransactionDetail
version - FedexWebServices::Soap::Close::VersionId
reportDate - SOAP::SOAPDate
trackingNumber - SOAP::SOAPString
closeReportType - FedexWebServices::Soap::Close::CloseReportType
Instance Attribute Summary collapse
-
#clientDetail ⇒ Object
Returns the value of attribute clientDetail.
-
#closeReportType ⇒ Object
Returns the value of attribute closeReportType.
-
#reportDate ⇒ Object
Returns the value of attribute reportDate.
-
#trackingNumber ⇒ Object
Returns the value of attribute trackingNumber.
-
#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, reportDate = nil, trackingNumber = nil, closeReportType = nil) ⇒ GroundCloseReportsReprintRequest
constructor
A new instance of GroundCloseReportsReprintRequest.
Constructor Details
#initialize(webAuthenticationDetail = nil, clientDetail = nil, transactionDetail = nil, version = nil, reportDate = nil, trackingNumber = nil, closeReportType = nil) ⇒ GroundCloseReportsReprintRequest
Returns a new instance of GroundCloseReportsReprintRequest.
333 334 335 336 337 338 339 340 341 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 333 def initialize(webAuthenticationDetail = nil, clientDetail = nil, transactionDetail = nil, version = nil, reportDate = nil, trackingNumber = nil, closeReportType = nil) @webAuthenticationDetail = webAuthenticationDetail @clientDetail = clientDetail @transactionDetail = transactionDetail @version = version @reportDate = reportDate @trackingNumber = trackingNumber @closeReportType = closeReportType end |
Instance Attribute Details
#clientDetail ⇒ Object
Returns the value of attribute clientDetail.
326 327 328 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 326 def clientDetail @clientDetail end |
#closeReportType ⇒ Object
Returns the value of attribute closeReportType.
331 332 333 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 331 def closeReportType @closeReportType end |
#reportDate ⇒ Object
Returns the value of attribute reportDate.
329 330 331 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 329 def reportDate @reportDate end |
#trackingNumber ⇒ Object
Returns the value of attribute trackingNumber.
330 331 332 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 330 def trackingNumber @trackingNumber end |
#transactionDetail ⇒ Object
Returns the value of attribute transactionDetail.
327 328 329 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 327 def transactionDetail @transactionDetail end |
#version ⇒ Object
Returns the value of attribute version.
328 329 330 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 328 def version @version end |
#webAuthenticationDetail ⇒ Object
Returns the value of attribute webAuthenticationDetail.
325 326 327 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 325 def webAuthenticationDetail @webAuthenticationDetail end |