Class: FedexWebServices::Soap::Ship::DocTabContentBarcoded

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#specificationObject

Returns the value of attribute specification.



1269
1270
1271
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1269

def specification
  @specification
end

#symbologyObject

Returns the value of attribute symbology.



1268
1269
1270
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1268

def symbology
  @symbology
end