Class: FedexWebServices::Soap::Rate::DocTabContentBarcoded

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

Instance Method Summary collapse

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

#specificationObject

Returns the value of attribute specification.



929
930
931
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 929

def specification
  @specification
end

#symbologyObject

Returns the value of attribute symbology.



928
929
930
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 928

def symbology
  @symbology
end