Class: FedexWebServices::Soap::Ship::DocTabZoneSpecification
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::DocTabZoneSpecification
- 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
-
#dataField ⇒ Object
Returns the value of attribute dataField.
-
#header ⇒ Object
Returns the value of attribute header.
-
#justification ⇒ Object
Returns the value of attribute justification.
-
#literalValue ⇒ Object
Returns the value of attribute literalValue.
-
#zoneNumber ⇒ Object
Returns the value of attribute zoneNumber.
Instance Method Summary collapse
-
#initialize(zoneNumber = nil, header = nil, dataField = nil, literalValue = nil, justification = nil) ⇒ DocTabZoneSpecification
constructor
A new instance of DocTabZoneSpecification.
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
#dataField ⇒ Object
Returns the value of attribute dataField.
1290 1291 1292 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1290 def dataField @dataField end |
#header ⇒ Object
Returns the value of attribute header.
1289 1290 1291 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1289 def header @header end |
#justification ⇒ Object
Returns the value of attribute justification.
1292 1293 1294 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1292 def justification @justification end |
#literalValue ⇒ Object
Returns the value of attribute literalValue.
1291 1292 1293 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1291 def literalValue @literalValue end |
#zoneNumber ⇒ Object
Returns the value of attribute zoneNumber.
1288 1289 1290 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1288 def zoneNumber @zoneNumber end |