Class: FedexWebServices::Soap::Close::GroundCloseWithDocumentsRequest

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

Overview

http://fedex.com/ws/close/v4GroundCloseWithDocumentsRequest

webAuthenticationDetail - FedexWebServices::Soap::Close::WebAuthenticationDetail
clientDetail - FedexWebServices::Soap::Close::ClientDetail
transactionDetail - FedexWebServices::Soap::Close::TransactionDetail
version - FedexWebServices::Soap::Close::VersionId
closeDate - SOAP::SOAPDate
closeDocumentSpecification - FedexWebServices::Soap::Close::CloseDocumentSpecification

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(webAuthenticationDetail = nil, clientDetail = nil, transactionDetail = nil, version = nil, closeDate = nil, closeDocumentSpecification = nil) ⇒ GroundCloseWithDocumentsRequest

Returns a new instance of GroundCloseWithDocumentsRequest.



387
388
389
390
391
392
393
394
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 387

def initialize(webAuthenticationDetail = nil, clientDetail = nil, transactionDetail = nil, version = nil, closeDate = nil, closeDocumentSpecification = nil)
  @webAuthenticationDetail = webAuthenticationDetail
  @clientDetail = clientDetail
  @transactionDetail = transactionDetail
  @version = version
  @closeDate = closeDate
  @closeDocumentSpecification = closeDocumentSpecification
end

Instance Attribute Details

#clientDetailObject

Returns the value of attribute clientDetail.



381
382
383
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 381

def clientDetail
  @clientDetail
end

#closeDateObject

Returns the value of attribute closeDate.



384
385
386
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 384

def closeDate
  @closeDate
end

#closeDocumentSpecificationObject

Returns the value of attribute closeDocumentSpecification.



385
386
387
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 385

def closeDocumentSpecification
  @closeDocumentSpecification
end

#transactionDetailObject

Returns the value of attribute transactionDetail.



382
383
384
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 382

def transactionDetail
  @transactionDetail
end

#versionObject

Returns the value of attribute version.



383
384
385
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 383

def version
  @version
end

#webAuthenticationDetailObject

Returns the value of attribute webAuthenticationDetail.



380
381
382
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 380

def webAuthenticationDetail
  @webAuthenticationDetail
end