Class: FedexWebServices::Soap::Ship::ShippingDocumentDispositionDetail

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ShippingDocumentDispositionDetail.



3209
3210
3211
3212
3213
3214
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3209

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

Instance Attribute Details

#dispositionTypeObject

Returns the value of attribute dispositionType.



3204
3205
3206
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3204

def dispositionType
  @dispositionType
end

#eMailDetailObject

Returns the value of attribute eMailDetail.



3206
3207
3208
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3206

def eMailDetail
  @eMailDetail
end

#groupingObject

Returns the value of attribute grouping.



3205
3206
3207
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3205

def grouping
  @grouping
end

#printDetailObject

Returns the value of attribute printDetail.



3207
3208
3209
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3207

def printDetail
  @printDetail
end