class FedexWebServices::Soap::Ship::DocTabZoneSpecification

{fedex.com/ws/ship/v12}DocTabZoneSpecification

zoneNumber - SOAP::SOAPPositiveInteger
header - SOAP::SOAPString
dataField - SOAP::SOAPString
literalValue - SOAP::SOAPString
justification - FedexWebServices::Soap::Ship::DocTabZoneJustificationType

Attributes

dataField[RW]
header[RW]
justification[RW]
literalValue[RW]
zoneNumber[RW]

Public Class Methods

new(zoneNumber = nil, header = nil, dataField = nil, literalValue = nil, justification = nil) click to toggle source
# File lib/fedex_web_services/soap/ShipServiceDefinitions.rb, line 1294
def initialize(zoneNumber = nil, header = nil, dataField = nil, literalValue = nil, justification = nil)
  @zoneNumber = zoneNumber
  @header = header
  @dataField = dataField
  @literalValue = literalValue
  @justification = justification
end