Class: FedexWebServices::Soap::Close::ReprintGroundCloseDocumentsRequest

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

Overview

http://fedex.com/ws/close/v4ReprintGroundCloseDocumentsRequest webAuthenticationDetail - FedexWebServices::Soap::Close::WebAuthenticationDetail clientDetail - FedexWebServices::Soap::Close::ClientDetail transactionDetail - FedexWebServices::Soap::Close::TransactionDetail version - FedexWebServices::Soap::Close::VersionId reprintOption - FedexWebServices::Soap::Close::ReprintGroundCloseDocumentsOptionType closeDate - SOAP::SOAPDate trackingNumber - SOAP::SOAPString closeDocumentSpecification - FedexWebServices::Soap::Close::CloseDocumentSpecification

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(webAuthenticationDetail = nil, clientDetail = nil, transactionDetail = nil, version = nil, reprintOption = nil, closeDate = nil, trackingNumber = nil, closeDocumentSpecification = nil) ⇒ ReprintGroundCloseDocumentsRequest

Returns a new instance of ReprintGroundCloseDocumentsRequest.



519
520
521
522
523
524
525
526
527
528
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 519

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

Instance Attribute Details

#clientDetail ⇒ Object

Returns the value of attribute clientDetail.



511
512
513
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 511

def clientDetail
  @clientDetail
end

#closeDate ⇒ Object

Returns the value of attribute closeDate.



515
516
517
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 515

def closeDate
  @closeDate
end

#closeDocumentSpecification ⇒ Object

Returns the value of attribute closeDocumentSpecification.



517
518
519
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 517

def closeDocumentSpecification
  @closeDocumentSpecification
end

#reprintOption ⇒ Object

Returns the value of attribute reprintOption.



514
515
516
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 514

def reprintOption
  @reprintOption
end

#trackingNumber ⇒ Object

Returns the value of attribute trackingNumber.



516
517
518
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 516

def trackingNumber
  @trackingNumber
end

#transactionDetail ⇒ Object

Returns the value of attribute transactionDetail.



512
513
514
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 512

def transactionDetail
  @transactionDetail
end

#version ⇒ Object

Returns the value of attribute version.



513
514
515
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 513

def version
  @version
end

#webAuthenticationDetail ⇒ Object

Returns the value of attribute webAuthenticationDetail.



510
511
512
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 510

def webAuthenticationDetail
  @webAuthenticationDetail
end