Class: FedexWebServices::Soap::Close::ShippingDocumentDispositionDetail

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dispositionType = nil, grouping = nil, storageDetail = nil, eMailDetail = nil, printDetail = nil) ⇒ ShippingDocumentDispositionDetail

Returns a new instance of ShippingDocumentDispositionDetail.



544
545
546
547
548
549
550
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 544

def initialize(dispositionType = nil, grouping = nil, storageDetail = nil, eMailDetail = nil, printDetail = nil)
  @dispositionType = dispositionType
  @grouping = grouping
  @storageDetail = storageDetail
  @eMailDetail = eMailDetail
  @printDetail = printDetail
end

Instance Attribute Details

#dispositionTypeObject

Returns the value of attribute dispositionType.



538
539
540
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 538

def dispositionType
  @dispositionType
end

#eMailDetailObject

Returns the value of attribute eMailDetail.



541
542
543
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 541

def eMailDetail
  @eMailDetail
end

#groupingObject

Returns the value of attribute grouping.



539
540
541
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 539

def grouping
  @grouping
end

#printDetailObject

Returns the value of attribute printDetail.



542
543
544
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 542

def printDetail
  @printDetail
end

#storageDetailObject

Returns the value of attribute storageDetail.



540
541
542
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 540

def storageDetail
  @storageDetail
end