Class: FedexWebServices::Soap::Close::GroundCloseRequest

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

Overview

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

webAuthenticationDetail - FedexWebServices::Soap::Close::WebAuthenticationDetail
clientDetail - FedexWebServices::Soap::Close::ClientDetail
transactionDetail - FedexWebServices::Soap::Close::TransactionDetail
version - FedexWebServices::Soap::Close::VersionId
closeGrouping - FedexWebServices::Soap::Close::CloseGroupingType
timeUpToWhichShipmentsAreToBeClosed - SOAP::SOAPDateTime
manifestReferenceDetail - FedexWebServices::Soap::Close::CloseManifestReferenceDetail

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(webAuthenticationDetail = nil, clientDetail = nil, transactionDetail = nil, version = nil, closeGrouping = nil, timeUpToWhichShipmentsAreToBeClosed = nil, manifestReferenceDetail = nil) ⇒ GroundCloseRequest

Returns a new instance of GroundCloseRequest.



361
362
363
364
365
366
367
368
369
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 361

def initialize(webAuthenticationDetail = nil, clientDetail = nil, transactionDetail = nil, version = nil, closeGrouping = nil, timeUpToWhichShipmentsAreToBeClosed = nil, manifestReferenceDetail = nil)
  @webAuthenticationDetail = webAuthenticationDetail
  @clientDetail = clientDetail
  @transactionDetail = transactionDetail
  @version = version
  @closeGrouping = closeGrouping
  @timeUpToWhichShipmentsAreToBeClosed = timeUpToWhichShipmentsAreToBeClosed
  @manifestReferenceDetail = manifestReferenceDetail
end

Instance Attribute Details

#clientDetailObject

Returns the value of attribute clientDetail.



354
355
356
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 354

def clientDetail
  @clientDetail
end

#closeGroupingObject

Returns the value of attribute closeGrouping.



357
358
359
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 357

def closeGrouping
  @closeGrouping
end

#manifestReferenceDetailObject

Returns the value of attribute manifestReferenceDetail.



359
360
361
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 359

def manifestReferenceDetail
  @manifestReferenceDetail
end

#timeUpToWhichShipmentsAreToBeClosedObject

Returns the value of attribute timeUpToWhichShipmentsAreToBeClosed.



358
359
360
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 358

def timeUpToWhichShipmentsAreToBeClosed
  @timeUpToWhichShipmentsAreToBeClosed
end

#transactionDetailObject

Returns the value of attribute transactionDetail.



355
356
357
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 355

def transactionDetail
  @transactionDetail
end

#versionObject

Returns the value of attribute version.



356
357
358
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 356

def version
  @version
end

#webAuthenticationDetailObject

Returns the value of attribute webAuthenticationDetail.



353
354
355
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 353

def webAuthenticationDetail
  @webAuthenticationDetail
end