Class: FedexWebServices::Soap::Close::GroundCloseReportsReprintRequest

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#clientDetailObject

Returns the value of attribute clientDetail.



326
327
328
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 326

def clientDetail
  @clientDetail
end

#closeReportTypeObject

Returns the value of attribute closeReportType.



331
332
333
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 331

def closeReportType
  @closeReportType
end

#reportDateObject

Returns the value of attribute reportDate.



329
330
331
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 329

def reportDate
  @reportDate
end

#trackingNumberObject

Returns the value of attribute trackingNumber.



330
331
332
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 330

def trackingNumber
  @trackingNumber
end

#transactionDetailObject

Returns the value of attribute transactionDetail.



327
328
329
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 327

def transactionDetail
  @transactionDetail
end

#versionObject

Returns the value of attribute version.



328
329
330
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 328

def version
  @version
end

#webAuthenticationDetailObject

Returns the value of attribute webAuthenticationDetail.



325
326
327
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 325

def webAuthenticationDetail
  @webAuthenticationDetail
end