class FedexWebServices::Soap::Rate::DocTabContent
{fedex.com/ws/rate/v13}DocTabContent
docTabContentType - FedexWebServices::Soap::Rate::DocTabContentType zone001 - FedexWebServices::Soap::Rate::DocTabContentZone001 barcoded - FedexWebServices::Soap::Rate::DocTabContentBarcoded
Attributes
barcoded[RW]
docTabContentType[RW]
zone001[RW]
Public Class Methods
new(docTabContentType = nil, zone001 = nil, barcoded = nil)
click to toggle source
# File lib/fedex_web_services/soap/RateServiceDefinitions.rb, line 917 def initialize(docTabContentType = nil, zone001 = nil, barcoded = nil) @docTabContentType = docTabContentType @zone001 = zone001 @barcoded = barcoded end