Class: FedexWebServices::Soap::Rate::DocTabContentBarcoded
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::DocTabContentBarcoded
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13DocTabContentBarcoded
symbology - FedexWebServices::Soap::Rate::BarcodeSymbologyType
specification - FedexWebServices::Soap::Rate::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.
931 932 933 934 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 931 def initialize(symbology = nil, specification = nil) @symbology = symbology @specification = specification end |
Instance Attribute Details
#specification ⇒ Object
Returns the value of attribute specification.
929 930 931 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 929 def specification @specification end |
#symbology ⇒ Object
Returns the value of attribute symbology.
928 929 930 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 928 def symbology @symbology end |