Class: FedexWebServices::Soap::Ship::DocTabContentBarcoded
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::DocTabContentBarcoded
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12DocTabContentBarcoded
symbology - FedexWebServices::Soap::Ship::BarcodeSymbologyType
specification - FedexWebServices::Soap::Ship::DocTabZoneSpecification
Instance Attribute Summary collapse
-
#specification ⇒ Object
Returns the value of attribute specification.
-
#symbology ⇒ Object
Returns the value of attribute symbology.
Instance Method Summary collapse
-
#initialize(symbology = nil, specification = nil) ⇒ DocTabContentBarcoded
constructor
A new instance of DocTabContentBarcoded.
Constructor Details
#initialize(symbology = nil, specification = nil) ⇒ DocTabContentBarcoded
Returns a new instance of DocTabContentBarcoded.
1271 1272 1273 1274 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1271 def initialize(symbology = nil, specification = nil) @symbology = symbology @specification = specification end |
Instance Attribute Details
#specification ⇒ Object
Returns the value of attribute specification.
1269 1270 1271 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1269 def specification @specification end |
#symbology ⇒ Object
Returns the value of attribute symbology.
1268 1269 1270 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1268 def symbology @symbology end |