Class: FedexWebServices::Soap::Ship::DocTabZoneSpecification

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

Overview

http://fedex.com/ws/ship/v12DocTabZoneSpecification

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(zoneNumber = nil, header = nil, dataField = nil, literalValue = nil, justification = nil) ⇒ DocTabZoneSpecification

Returns a new instance of DocTabZoneSpecification.



1294
1295
1296
1297
1298
1299
1300
# 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

Instance Attribute Details

#dataFieldObject

Returns the value of attribute dataField.



1290
1291
1292
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1290

def dataField
  @dataField
end

#headerObject

Returns the value of attribute header.



1289
1290
1291
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1289

def header
  @header
end

#justificationObject

Returns the value of attribute justification.



1292
1293
1294
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1292

def justification
  @justification
end

#literalValueObject

Returns the value of attribute literalValue.



1291
1292
1293
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1291

def literalValue
  @literalValue
end

#zoneNumberObject

Returns the value of attribute zoneNumber.



1288
1289
1290
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1288

def zoneNumber
  @zoneNumber
end